Searched refs:getLiveRange (Results 1 – 5 of 5) sorted by relevance
35 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() function in StackLifetime59 return getLiveRange(AI).test(InstNum); in isAliveAfter()
152 const LiveRange &getLiveRange(const AllocaInst *AI) const;
237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function583 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
541 ClColoring ? SSC.getLiveRange(AI) : NoColoringRange); in moveStaticAllocasToUnsafeStack()
817 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()818 StackLifetimeAnalyzer.getLiveRange(AI2)); in addFieldForAllocas()