Searched refs:WebAssemblyFixIrreducibleControlFlow (Results 1 – 2 of 2) sorted by relevance
234 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class249 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anonf457146f0111::WebAssemblyFixIrreducibleControlFlow252 bool WebAssemblyFixIrreducibleControlFlow::processRegion( in processRegion()338 void WebAssemblyFixIrreducibleControlFlow::makeSingleEntryLoop( in makeSingleEntryLoop()486 char WebAssemblyFixIrreducibleControlFlow::ID = 0;487 INITIALIZE_PASS(WebAssemblyFixIrreducibleControlFlow, DEBUG_TYPE,491 return new WebAssemblyFixIrreducibleControlFlow(); in createWebAssemblyFixIrreducibleControlFlow()494 bool WebAssemblyFixIrreducibleControlFlow::runOnMachineFunction( in runOnMachineFunction()
117 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.