Home
last modified time | relevance | path

Searched refs:WebAssemblyFixIrreducibleControlFlow (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp234 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class
249 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anonf457146f0111::WebAssemblyFixIrreducibleControlFlow
252 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()
H A DREADME.txt117 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.