Searched refs:CountDown (Results 1 – 3 of 3) sorted by relevance
46 std::atomic<unsigned> CountDown(Threads);59 --CountDown; in f1()80 while (CountDown > 0) in main()
46 std::atomic<unsigned> CountDown(Threads);50 --CountDown; in f1()74 while (CountDown > 0) in main()
10194 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local10195 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()10231 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()