Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp250 bool IsCntPhiUsedOutsideLoop);
1867 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local
1870 IsCntPhiUsedOutsideLoop = true; in recognizeAndInsertFFS()
1881 if (IsCntInstUsedOutsideLoop && IsCntPhiUsedOutsideLoop) in recognizeAndInsertFFS()
1896 if (!IsCntPhiUsedOutsideLoop) { in recognizeAndInsertFFS()
1936 IsCntPhiUsedOutsideLoop); in recognizeAndInsertFFS()
2051 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
2065 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()
2082 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()
2129 if (IsCntPhiUsedOutsideLoop) in transformLoopToCountable()