Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7768 Optional<unsigned> CondDependOnLC; member in __anon296aa5743911::OpenMPIterationSpaceChecker
7839 bool doesCondDependOnLC() const { return CondDependOnLC.has_value(); } in doesCondDependOnLC()
7842 return InitDependOnLC.value_or(CondDependOnLC.value_or(0)); in getLoopDependentIdx()
7906 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8639 if (CondDependOnLC) { in buildNumIterations()
8640 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8781 : CondDependOnLC.has_value(); in buildMinMaxValues()
8782 bool UBNonRect = TestIsLessOp.value() ? CondDependOnLC.has_value() in buildMinMaxValues()
8877 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
8889 if (CondDependOnLC || InitDependOnLC) in buildPreCond()