Searched refs:CondDependOnLC (Results 1 – 1 of 1) sorted by relevance
8003 std::optional<unsigned> CondDependOnLC; member in __anon8e68b8fa3a11::OpenMPIterationSpaceChecker8075 bool doesCondDependOnLC() const { return CondDependOnLC.has_value(); } in doesCondDependOnLC()8078 return InitDependOnLC.value_or(CondDependOnLC.value_or(0)); in getLoopDependentIdx()8141 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()8883 if (CondDependOnLC) { in buildNumIterations()8884 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()9028 *TestIsLessOp ? InitDependOnLC.has_value() : CondDependOnLC.has_value(); in buildMinMaxValues()9030 *TestIsLessOp ? CondDependOnLC.has_value() : InitDependOnLC.has_value(); in buildMinMaxValues()9124 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()9136 if (CondDependOnLC || InitDependOnLC) in buildPreCond()