Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp40 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() function in StackLifetime
64 return getLiveRange(AI).test(InstNum); in isAliveAfter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h153 const LiveRange &getLiveRange(const AllocaInst *AI) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
586 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
H A DSafeStack.cpp548 ClColoring ? SSC.getLiveRange(AI) : NoColoringRange); in moveStaticAllocasToUnsafeStack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp624 return StackLifetimeAnalyzer.getLiveRange(AI1).overlaps( in addFieldForAllocas()
625 StackLifetimeAnalyzer.getLiveRange(AI2)); in addFieldForAllocas()