Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h67 void openBottom(SlotIndex PrevBottom);
82 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/llvm-project/llvm/include/llvm/CodeGen/
DRegisterPressure.h77 void openBottom(SlotIndex PrevBottom);
92 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h77 void openBottom(SlotIndex PrevBottom);
92 void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp210 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() argument
211 if (BottomIdx > PrevBottom) in openBottom()
218 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() argument
219 if (BottomPos != PrevBottom) in openBottom()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp210 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() argument
211 if (BottomIdx > PrevBottom) in openBottom()
218 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() argument
219 if (BottomPos != PrevBottom) in openBottom()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp167 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() argument
168 if (BottomIdx > PrevBottom) in openBottom()
175 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() argument
176 if (BottomPos != PrevBottom) in openBottom()