Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
143 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anonaa383daa0111::WebAssemblyCFGStackify
144 ~WebAssemblyCFGStackify() override { releaseMemory(); } in ~WebAssemblyCFGStackify()
149 char WebAssemblyCFGStackify::ID = 0;
150 INITIALIZE_PASS(WebAssemblyCFGStackify, DEBUG_TYPE,
155 return new WebAssemblyCFGStackify(); in createWebAssemblyCFGStackify()
220 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope()
227 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope()
235 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope()
252 void WebAssemblyCFGStackify::placeBlockMarker(MachineBasicBlock &MBB) { in placeBlockMarker()
[all …]
H A DCMakeLists.txt21 WebAssemblyCFGStackify.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn38 "WebAssemblyCFGStackify.cpp",