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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1 //===-- WebAssemblyCFGStackify.cpp - CFG Stackification -------------------===//
41 class WebAssemblyCFGStackify final : public MachineFunctionPass {
101 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} function in class:__anon5386::final
102 ~WebAssemblyCFGStackify() override { releaseMemory(); }
107 char WebAssemblyCFGStackify::ID = 0;
108 INITIALIZE_PASS(WebAssemblyCFGStackify, DEBUG_TYPE,
113 return new WebAssemblyCFGStackify();
178 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin,
184 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin,
192 void WebAssemblyCFGStackify
[all...]

Completed in 101 milliseconds