Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp233 class CalcLiveRangeUtilVector;
234 typedef CalcLiveRangeUtilBase<CalcLiveRangeUtilVector, LiveRange::iterator,
237 class CalcLiveRangeUtilVector : public CalcLiveRangeUtilVectorBase { class
239 CalcLiveRangeUtilVector(LiveRange *LR) : CalcLiveRangeUtilVectorBase(LR) {} in CalcLiveRangeUtilVector() function in __anonb437b32b0111::CalcLiveRangeUtilVector
326 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
498 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
515 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()