Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp35 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() function in StackLifetime
59 return getLiveRange(AI).test(InstNum); in isAliveAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h152 const LiveRange &getLiveRange(const AllocaInst *AI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
583 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
H A DSafeStack.cpp541 ClColoring ? SSC.getLiveRange(AI) : NoColoringRange); in moveStaticAllocasToUnsafeStack()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp817 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()
818 StackLifetimeAnalyzer.getLiveRange(AI2)); in addFieldForAllocas()