Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
143 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anon06fdae750111::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()
1566 unsigned WebAssemblyCFGStackify::getBranchDepth( in getBranchDepth()
1578 unsigned WebAssemblyCFGStackify::getDelegateDepth( in getDelegateDepth()
1613 unsigned WebAssemblyCFGStackify::getRethrowDepth( in getRethrowDepth()
[all …]