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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 186 TopPos = BottomPos = MachineBasicBlock::const_iterator();
219 if (BottomPos != PrevBottom)
221 BottomPos = MachineBasicBlock::const_iterator();
306 return (static_cast<RegionPressure&>(P).BottomPos ==
335 static_cast<RegionPressure&>(P).BottomPos = 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
86 MachineBasicBlock::const_iterator BottomPos;
353 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos

Completed in 26 milliseconds