Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7810 std::optional<unsigned> CondDependOnLC; member in __anon1dd12e443f11::OpenMPIterationSpaceChecker
7885 bool doesCondDependOnLC() const { return CondDependOnLC.has_value(); } in doesCondDependOnLC()
7888 return InitDependOnLC.value_or(CondDependOnLC.value_or(0)); in getLoopDependentIdx()
7951 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8725 if (CondDependOnLC) { in buildNumIterations()
8726 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8872 *TestIsLessOp ? InitDependOnLC.has_value() : CondDependOnLC.has_value(); in buildMinMaxValues()
8874 *TestIsLessOp ? CondDependOnLC.has_value() : InitDependOnLC.has_value(); in buildMinMaxValues()
8968 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
8980 if (CondDependOnLC || InitDependOnLC) in buildPreCond()