Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp251 bool IsCntPhiUsedOutsideLoop);
1724 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1727 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1738 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1753 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1793 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
1908 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
1922 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
1939 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
1986 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()