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

/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h74 void openBottom(SlotIndex PrevBottom);
89 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp136 void IntervalPressure::openBottom(SlotIndex PrevBottom) { function in class:IntervalPressure
144 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { function in class:RegionPressure
572 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
574 static_cast<RegionPressure&>(P).openBottom(CurrPos);

Completed in 62 milliseconds