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.cpp245 bool IsCntPhiUsedOutsideLoop,
1925 bool IsCntPhiUsedOutsideLoop = false; in insertFFSIfProfitable() local
1928 IsCntPhiUsedOutsideLoop = true; in insertFFSIfProfitable()
1939 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in insertFFSIfProfitable()
1954 if (!IsCntPhiUsedOutsideLoop) { in insertFFSIfProfitable()
1979 IsCntPhiUsedOutsideLoop); in insertFFSIfProfitable()
2181 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop, bool InsertSub) { in transformLoopToCountable() argument
2195 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
2214 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
2262 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()