Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp74 class LoopFixer { class
76 LoopFixer(MachineFunction &MF, MachineLoopInfo &MLI, MachineLoop *Loop) in LoopFixer() function in __anon90db4fc00111::LoopFixer
151 bool LoopFixer::run() { in run()
373 if (LoopFixer(MF, MLI, nullptr).run()) { in runIteration()
382 if (LoopFixer(MF, MLI, Loop).run()) { in runIteration()