Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp250 bool IsCntPhiUsedOutsideLoop);
1865 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1868 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1879 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1894 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1934 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
2049 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
2063 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
2080 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
2127 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()