Home
last modified time | relevance | path

Searched refs:getBottom (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp87 MachineBasicBlock *getBottom(const MachineInstr *Begin);
187 WebAssemblyCFGStackify::getBottom(const MachineInstr *Begin) { in getBottom() function in WebAssemblyCFGStackify
195 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()
H A DWebAssemblyUtilities.h60 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { in getBottom() function
H A DWebAssemblyCFGSort.cpp385 while (OnStack.size() > 1 && &MBB == WebAssembly::getBottom(OnStack.back())) in SortBlocks()