Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp27 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
DRegisterPressure.cpp194 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp42 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
DRegisterPressure.cpp222 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
/external/swiftshader/third_party/subzero/src/
DIceOperand.h795 LiveRange &getLiveRange() { return Live; } in getLiveRange() function
796 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function