Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp5703 Optional<unsigned> InitDependOnLC; member in __anonbcab431b2b11::OpenMPIterationSpaceChecker
5775 bool doesInitDependOnLC() const { return InitDependOnLC.hasValue(); } in doesInitDependOnLC()
5780 return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0)); in getLoopDependentIdx()
5825 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
6330 if (InitDependOnLC) { in buildNumIterations()
6333 InitDependOnLC.getValueOr( in buildNumIterations()
6413 InitDependOnLC.getValueOr( in buildNumIterations()
6589 bool LBNonRect = TestIsLessOp.getValue() ? InitDependOnLC.hasValue() in buildMinMaxValues()
6592 : InitDependOnLC.hasValue(); in buildMinMaxValues()
6693 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
[all …]