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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 158 TopPos = BottomPos = MachineBasicBlock::const_iterator();
191 if (BottomPos != PrevBottom)
193 BottomPos = MachineBasicBlock::const_iterator();
256 return (static_cast<RegionPressure&>(P).BottomPos ==
293 static_cast<RegionPressure&>(P).BottomPos = CurrPos;
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 78 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
83 MachineBasicBlock::const_iterator BottomPos;
168 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos

Completed in 40 milliseconds