Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
142 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anonb74b8aff0111::WebAssemblyCFGStackify
143 ~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 …]