HomeSort by relevance Sort by last modified time
    Searched refs:TopPos (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 111 TopPos = BottomPos = MachineBasicBlock::const_iterator();
128 if (TopPos != PrevTop)
130 TopPos = MachineBasicBlock::const_iterator();
213 return (static_cast<RegionPressure&>(P).TopPos ==
240 static_cast<RegionPressure&>(P).TopPos = CurrPos;
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 63 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
67 MachineBasicBlock::const_iterator TopPos;

Completed in 86 milliseconds