Searched refs:getLiveRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h150 const LiveRange &getLiveRange(const AllocaInst *AI) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp39 StackLifetime::getLiveRange(const AllocaInst *AI) const { function in class:StackLifetime
63 return getLiveRange(AI).test(InstNum);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { function
584 const LiveRange *LR = getLiveRange(LIS, Reg);
H A DSafeStack.cpp546 ClColoring ? SSC.getLiveRange(AI) : NoColoringRange);

Completed in 169 milliseconds