Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp41 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
DRegisterPressure.cpp237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h773 LiveRange &getLiveRange() { return Live; } in getLiveRange() function
774 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function