Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp241 bool processRegion(MachineBasicBlock *Entry, BlockSet &Blocks,
252 bool WebAssemblyFixIrreducibleControlFlow::processRegion( in processRegion() function in __anon290572530111::WebAssemblyFixIrreducibleControlFlow
323 if (processRegion(LoopEntry, InnerBlocks.getBlocks(), MF)) { in processRegion()
506 if (LLVM_UNLIKELY(processRegion(&*MF.begin(), AllBlocks, MF))) { in runOnMachineFunction()