Searched refs:WebAssemblyFixIrreducibleControlFlow (Results 1 – 2 of 2) sorted by relevance
355 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class392 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anon90db4fc00111::WebAssemblyFixIrreducibleControlFlow396 char WebAssemblyFixIrreducibleControlFlow::ID = 0;397 INITIALIZE_PASS(WebAssemblyFixIrreducibleControlFlow, DEBUG_TYPE,401 return new WebAssemblyFixIrreducibleControlFlow(); in createWebAssemblyFixIrreducibleControlFlow()404 bool WebAssemblyFixIrreducibleControlFlow::runOnMachineFunction( in runOnMachineFunction()
140 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.