Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp267 bool IsCntPhiUsedOutsideLoop,
2234 bool IsCntPhiUsedOutsideLoop = false; in insertFFSIfProfitable() local
2237 IsCntPhiUsedOutsideLoop = true; in insertFFSIfProfitable()
2248 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in insertFFSIfProfitable()
2263 if (!IsCntPhiUsedOutsideLoop) { in insertFFSIfProfitable()
2288 IsCntPhiUsedOutsideLoop); in insertFFSIfProfitable()
2486 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop, bool InsertSub) { in transformLoopToCountable() argument
2500 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
2519 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
2567 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()