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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 74 void openBottom(SlotIndex PrevBottom);
89 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 175 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
183 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) {
482 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
484 static_cast<RegionPressure&>(P).openBottom(CurrPos);

Completed in 227 milliseconds