HomeSort by relevance Sort by last modified time
    Searched defs:getLiveRange (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 194 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) {
544 const LiveRange *LR = getLiveRange(LIS, Reg);
    [all...]
SafeStackColoring.cpp 27 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) {
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 787 LiveRange &getLiveRange() { return Live; }
788 const LiveRange &getLiveRange() const { return Live; }
    [all...]

Completed in 230 milliseconds