Searched refs:getConflictWeight (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocLinearScan.cpp | 825 float getConflictWeight(LiveInterval *cur, unsigned Reg, LiveIntervals *li_, in getConflictWeight() function 871 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo); in findIntervalsToSpill() 886 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo); in findIntervalsToSpill()
|