Searched refs:WebAssemblyCFGStackify (Results 1 – 1 of 1) sorted by relevance
47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class142 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anonb74b8aff0111::WebAssemblyCFGStackify143 ~WebAssemblyCFGStackify() override { releaseMemory(); } in ~WebAssemblyCFGStackify()148 char WebAssemblyCFGStackify::ID = 0;149 INITIALIZE_PASS(WebAssemblyCFGStackify, DEBUG_TYPE,154 return new WebAssemblyCFGStackify(); in createWebAssemblyCFGStackify()219 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope()226 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope()234 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope()251 void WebAssemblyCFGStackify::placeBlockMarker(MachineBasicBlock &MBB) { in placeBlockMarker()[all …]