Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6483 Optional<unsigned> InitDependOnLC; member in __anonf152f9343211::OpenMPIterationSpaceChecker
6555 bool doesInitDependOnLC() const { return InitDependOnLC.hasValue(); } in doesInitDependOnLC()
6560 return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0)); in getLoopDependentIdx()
6605 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
7280 if (InitDependOnLC) { in buildNumIterations()
7283 InitDependOnLC.getValueOr( in buildNumIterations()
7363 InitDependOnLC.getValueOr( in buildNumIterations()
7504 bool LBNonRect = TestIsLessOp.getValue() ? InitDependOnLC.hasValue() in buildMinMaxValues()
7507 : InitDependOnLC.hasValue(); in buildMinMaxValues()
7601 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
[all …]