Lines Matching refs:InitDependOnLC
5703 Optional<unsigned> InitDependOnLC; member in __anonbcab431b2b11::OpenMPIterationSpaceChecker
5775 bool doesInitDependOnLC() const { return InitDependOnLC.hasValue(); } in doesInitDependOnLC()
5780 return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0)); in getLoopDependentIdx()
5825 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
6330 if (InitDependOnLC) { in buildNumIterations()
6333 InitDependOnLC.getValueOr( in buildNumIterations()
6413 InitDependOnLC.getValueOr( in buildNumIterations()
6589 bool LBNonRect = TestIsLessOp.getValue() ? InitDependOnLC.hasValue() in buildMinMaxValues()
6592 : InitDependOnLC.hasValue(); in buildMinMaxValues()
6693 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
6705 if (CondDependOnLC || InitDependOnLC) in buildPreCond()