Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
143 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anon28ca782f0111::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()
1565 unsigned WebAssemblyCFGStackify::getBranchDepth( in getBranchDepth()
1577 unsigned WebAssemblyCFGStackify::getDelegateDepth( in getDelegateDepth()
1612 unsigned WebAssemblyCFGStackify::getRethrowDepth( in getRethrowDepth()
[all …]
H A DCMakeLists.txt21 WebAssemblyCFGStackify.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn38 "WebAssemblyCFGStackify.cpp",