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 59 void openBottom(SlotIndex PrevBottom);
74 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 135 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
143 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) {
573 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
575 static_cast<RegionPressure&>(P).openBottom(CurrPos);
    [all...]

Completed in 2546 milliseconds