Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp234 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class
249 WebAssemblyFixIrreducibleControlFlow() : MachineFunctionPass(ID) {} in WebAssemblyFixIrreducibleControlFlow() function in __anonba73af260111::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 DCMakeLists.txt30 WebAssemblyFixIrreducibleControlFlow.cpp
H A DREADME.txt117 than via the transform in WebAssemblyFixIrreducibleControlFlow.cpp.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn46 "WebAssemblyFixIrreducibleControlFlow.cpp",