Home
last modified time | relevance | path

Searched refs:LiveAfter (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1161 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
1168 if (!LiveBefore && !LiveAfter) { in tryLocalSplit()
1176 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit()
1189 (LiveBefore + LiveAfter)*SlotIndex::InstrDist); in tryLocalSplit()
1254 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
1255 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()