Searched refs:WebAssemblyFixIrreducibleControlFlow (Results 1 – 2 of 2) sorted by relevance
233 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class248 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anon5f812d3b0111::WebAssemblyFixIrreducibleControlFlow251 bool WebAssemblyFixIrreducibleControlFlow::processRegion( in processRegion()337 void WebAssemblyFixIrreducibleControlFlow::makeSingleEntryLoop( in makeSingleEntryLoop()485 char WebAssemblyFixIrreducibleControlFlow::ID = 0;486 INITIALIZE_PASS(WebAssemblyFixIrreducibleControlFlow, DEBUG_TYPE,490 return new WebAssemblyFixIrreducibleControlFlow(); in createWebAssemblyFixIrreducibleControlFlow()533 bool WebAssemblyFixIrreducibleControlFlow::runOnMachineFunction( in runOnMachineFunction()
117 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.