Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp355 static bool hasUsesOutsideLoop(Instruction *I, Loop *L) { in hasUsesOutsideLoop() function
628 if (hasUsesOutsideLoop(User, L)) in collectAllRoots()
996 if ((!PossibleRedLastSet.count(J1) && hasUsesOutsideLoop(J1, L)) || in reroll()
997 (!PossibleRedLastSet.count(J2) && hasUsesOutsideLoop(J2, L))) { in reroll()