Home
last modified time | relevance | path

Searched defs:getLiveRange (Results 1 – 3 of 3) 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/subzero/src/
DIceOperand.h787 LiveRange &getLiveRange() { return Live; } in getLiveRange() function
788 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function