Searched refs:getBottom (Results 1 – 3 of 3) sorted by relevance
87 MachineBasicBlock *getBottom(const MachineInstr *Begin);187 WebAssemblyCFGStackify::getBottom(const MachineInstr *Begin) { in getBottom() function in WebAssemblyCFGStackify195 BeginToBottom[Begin] = WebAssembly::getBottom(L); in getBottom()199 BeginToBottom[Begin] = WebAssembly::getBottom(WE); in getBottom()265 if (MBB.getNumber() > getBottom(&MI)->getNumber()) in placeBlockMarker()360 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker()448 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker()
60 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { in getBottom() function
385 while (OnStack.size() > 1 && &MBB == WebAssembly::getBottom(OnStack.back())) in SortBlocks()