Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp46 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
91 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anonc1d378c40111::WebAssemblyCFGStackify
92 ~WebAssemblyCFGStackify() override { releaseMemory(); } in ~WebAssemblyCFGStackify()
97 char WebAssemblyCFGStackify::ID = 0;
98 INITIALIZE_PASS(WebAssemblyCFGStackify, DEBUG_TYPE,
103 return new WebAssemblyCFGStackify(); in createWebAssemblyCFGStackify()
170 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope()
176 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope()
187 WebAssemblyCFGStackify::getBottom(const MachineInstr *Begin) { in getBottom()
677 void WebAssemblyCFGStackify::placeMarkers(MachineFunction &MF) { in placeMarkers()
[all …]