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 123 TopPos = BottomPos = MachineBasicBlock::const_iterator();
140 if (TopPos != PrevTop)
142 TopPos = MachineBasicBlock::const_iterator();
235 return (static_cast<RegionPressure&>(P).TopPos ==
262 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 222 milliseconds