Searched refs:WebAssemblyCFGStackify (Results 1 – 1 of 1) sorted by relevance
47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class143 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anon06fdae750111::WebAssemblyCFGStackify144 ~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 …]