Home
last modified time | relevance | path

Searched refs:PrevBottom (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h74 void openBottom(SlotIndex PrevBottom);
89 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp136 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() argument
137 if (BottomIdx > PrevBottom) in openBottom()
144 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() argument
145 if (BottomPos != PrevBottom) in openBottom()