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.cpp7809 std::optional<unsigned> CondDependOnLC; member in __anon1dd12e443c11::OpenMPIterationSpaceChecker
7881 bool doesCondDependOnLC() const { return CondDependOnLC.has_value(); } in doesCondDependOnLC()
7884 return InitDependOnLC.value_or(CondDependOnLC.value_or(0)); in getLoopDependentIdx()
7947 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8689 if (CondDependOnLC) { in buildNumIterations()
8690 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8834 *TestIsLessOp ? InitDependOnLC.has_value() : CondDependOnLC.has_value(); in buildMinMaxValues()
8836 *TestIsLessOp ? CondDependOnLC.has_value() : InitDependOnLC.has_value(); in buildMinMaxValues()
8930 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
8942 if (CondDependOnLC || InitDependOnLC) in buildPreCond()