HomeSort by: relevance | last modified time | path
    Searched refs:openBottom (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 77 void openBottom(SlotIndex PrevBottom);
92 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 210 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
218 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) {
910 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);
912 static_cast<RegionPressure&>(P).openBottom(CurrPos);

Completed in 17 milliseconds