Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp195 bool IsCntPhiUsedOutsideLoop);
1410 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1413 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1424 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1439 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1472 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
1587 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
1598 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
1617 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
1625 IsCntPhiUsedOutsideLoop ? CountPrev : Count, in transformLoopToCountable()
[all …]