Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.h128 const LiveRange &getLiveRange(AllocaInst *AI);
H A DSafeStackColoring.cpp42 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
H A DRegisterPressure.cpp222 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
569 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
H A DSafeStack.cpp531 SSL.addObject(AI, Size, Align, SSC.getLiveRange(AI)); in moveStaticAllocasToUnsafeStack()