Searched refs:BottomPos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterPressure.h71 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
76 MachineBasicBlock::const_iterator BottomPos; member in struct:llvm::RegionPressure
130 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterPressure.cpp124 TopPos = BottomPos = MachineBasicBlock::const_iterator();
157 if (BottomPos != PrevBottom)
159 BottomPos = MachineBasicBlock::const_iterator();
213 return (static_cast<RegionPressure&>(P).BottomPos ==
245 static_cast<RegionPressure&>(P).BottomPos = CurrPos;

Completed in 196 milliseconds