Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFixIrreducible.cpp316 static bool FixIrreducibleImpl(Function &F, LoopInfo &LI, DominatorTree &DT) { in FixIrreducibleImpl() function
346 return FixIrreducibleImpl(F, LI, DT); in runOnFunction()
353 if (!FixIrreducibleImpl(F, LI, DT)) in run()