Home
last modified time | relevance | path

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

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