HomeSort by: relevance | last modified time | path
    Searched refs:TopPos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 186 TopPos = BottomPos = MachineBasicBlock::const_iterator();
203 if (TopPos != PrevTop)
205 TopPos = MachineBasicBlock::const_iterator();
298 return (static_cast<RegionPressure&>(P).TopPos ==
323 static_cast<RegionPressure&>(P).TopPos = CurrPos;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 81 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
85 MachineBasicBlock::const_iterator TopPos;

Completed in 43 milliseconds