Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp355 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class
392 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anon90db4fc00111::WebAssemblyFixIrreducibleControlFlow
396 char WebAssemblyFixIrreducibleControlFlow::ID = 0;
397 INITIALIZE_PASS(WebAssemblyFixIrreducibleControlFlow, DEBUG_TYPE,
401 return new WebAssemblyFixIrreducibleControlFlow(); in createWebAssemblyFixIrreducibleControlFlow()
404 bool WebAssemblyFixIrreducibleControlFlow::runOnMachineFunction( in runOnMachineFunction()
H A DREADME.txt140 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.