HomeSort by: relevance | last modified time | path
    Searched defs:FixIrreducibleImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FixIrreducible.cpp 307 static bool FixIrreducibleImpl(Function &F, LoopInfo &LI, DominatorTree &DT) {
337 return FixIrreducibleImpl(F, LI, DT);
344 if (!FixIrreducibleImpl(F, LI, DT))
FixIrreducible.cpp 307 static bool FixIrreducibleImpl(Function &F, LoopInfo &LI, DominatorTree &DT) {
337 return FixIrreducibleImpl(F, LI, DT);
344 if (!FixIrreducibleImpl(F, LI, DT))

Completed in 30 milliseconds