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