Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp241 bool IsCntPhiUsedOutsideLoop);
1782 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1785 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1796 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1811 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1851 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
1966 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
1980 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
1997 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
2045 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()