Searched refs:IsCntPhiUsedOutsideLoop (Results 1 – 1 of 1) sorted by relevance
195 bool IsCntPhiUsedOutsideLoop);1410 bool IsCntPhiUsedOutsideLoop = false; in recognizeAndInsertFFS() local1413 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() argument1598 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()1617 if (IsCntPhiUsedOutsideLoop) { in transformLoopToCountable()1625 IsCntPhiUsedOutsideLoop ? CountPrev : Count, in transformLoopToCountable()[all …]