Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp250 bool IsCntPhiUsedOutsideLoop);
1678 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1681 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1692 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1707 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1747 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
1862 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
1876 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
1893 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
1940 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()