Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp234 class CalcLiveRangeUtilVector;
235 typedef CalcLiveRangeUtilBase<CalcLiveRangeUtilVector, LiveRange::iterator,
238 class CalcLiveRangeUtilVector : public CalcLiveRangeUtilVectorBase { class
240 CalcLiveRangeUtilVector(LiveRange *LR) : CalcLiveRangeUtilVectorBase(LR) {} in CalcLiveRangeUtilVector() function in __anon4097e9ea0111::CalcLiveRangeUtilVector
329 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
501 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
518 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()