Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7238 Optional<unsigned> CondDependOnLC; member in __anond5e91e5c3411::OpenMPIterationSpaceChecker
7309 bool doesCondDependOnLC() const { return CondDependOnLC.hasValue(); } in doesCondDependOnLC()
7312 return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0)); in getLoopDependentIdx()
7376 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8106 if (CondDependOnLC) { in buildNumIterations()
8107 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8248 : CondDependOnLC.hasValue(); in buildMinMaxValues()
8249 bool UBNonRect = TestIsLessOp.getValue() ? CondDependOnLC.hasValue() in buildMinMaxValues()
8344 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
8356 if (CondDependOnLC || InitDependOnLC) in buildPreCond()