Lines Matching refs:WebAssemblyCFGStackify
47 class WebAssemblyCFGStackify final : public MachineFunctionPass { class
142 WebAssemblyCFGStackify() : MachineFunctionPass(ID) {} in WebAssemblyCFGStackify() function in __anona8188b340111::WebAssemblyCFGStackify
143 ~WebAssemblyCFGStackify() override { releaseMemory(); } in ~WebAssemblyCFGStackify()
148 char WebAssemblyCFGStackify::ID = 0;
149 INITIALIZE_PASS(WebAssemblyCFGStackify, DEBUG_TYPE,
154 return new WebAssemblyCFGStackify(); in createWebAssemblyCFGStackify()
219 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope()
226 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope()
234 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope()
251 void WebAssemblyCFGStackify::placeBlockMarker(MachineBasicBlock &MBB) { in placeBlockMarker()
397 void WebAssemblyCFGStackify::placeLoopMarker(MachineBasicBlock &MBB) { in placeLoopMarker()
464 void WebAssemblyCFGStackify::placeTryMarker(MachineBasicBlock &MBB) { in placeTryMarker()
664 void WebAssemblyCFGStackify::removeUnnecessaryInstrs(MachineFunction &MF) { in removeUnnecessaryInstrs()
846 void WebAssemblyCFGStackify::addTryDelegate(MachineInstr *RangeBegin, in addTryDelegate()
967 bool WebAssemblyCFGStackify::fixCallUnwindMismatches(MachineFunction &MF) { in fixCallUnwindMismatches()
1254 bool WebAssemblyCFGStackify::fixCatchUnwindMismatches(MachineFunction &MF) { in fixCatchUnwindMismatches()
1437 void WebAssemblyCFGStackify::recalculateScopeTops(MachineFunction &MF) { in recalculateScopeTops()
1470 void WebAssemblyCFGStackify::fixEndsAtEndOfFunction(MachineFunction &MF) { in fixEndsAtEndOfFunction()
1535 void WebAssemblyCFGStackify::placeMarkers(MachineFunction &MF) { in placeMarkers()
1565 unsigned WebAssemblyCFGStackify::getBranchDepth( in getBranchDepth()
1577 unsigned WebAssemblyCFGStackify::getDelegateDepth( in getDelegateDepth()
1612 unsigned WebAssemblyCFGStackify::getRethrowDepth( in getRethrowDepth()
1629 void WebAssemblyCFGStackify::rewriteDepthImmediates(MachineFunction &MF) { in rewriteDepthImmediates()
1688 void WebAssemblyCFGStackify::cleanupFunctionData(MachineFunction &MF) { in cleanupFunctionData()
1694 void WebAssemblyCFGStackify::releaseMemory() { in releaseMemory()
1702 bool WebAssemblyCFGStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()