Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6486 Optional<unsigned> CondDependOnLC; member in __anonf152f9343211::OpenMPIterationSpaceChecker
6557 bool doesCondDependOnLC() const { return CondDependOnLC.hasValue(); } in doesCondDependOnLC()
6560 return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0)); in getLoopDependentIdx()
6624 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
7284 CondDependOnLC.getValueOr(0))]; in buildNumIterations()
7360 if (CondDependOnLC) { in buildNumIterations()
7364 CondDependOnLC.getValueOr(0))]; in buildNumIterations()
7505 : CondDependOnLC.hasValue(); in buildMinMaxValues()
7506 bool UBNonRect = TestIsLessOp.getValue() ? CondDependOnLC.hasValue() in buildMinMaxValues()
7601 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
[all …]