Searched refs:getLiveRange (Results 1 – 5 of 5) sorted by relevance
40 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() function in StackLifetime64 return getLiveRange(AI).test(InstNum); in isAliveAfter()
153 const LiveRange &getLiveRange(const AllocaInst *AI) const;
237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function586 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
548 ClColoring ? SSC.getLiveRange(AI) : NoColoringRange); in moveStaticAllocasToUnsafeStack()
624 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()625 StackLifetimeAnalyzer.getLiveRange(AI2)); in addFieldForAllocas()