Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp7849 std::optional<unsigned> InitDependOnLC; member in __anone5e239c03b11::OpenMPIterationSpaceChecker
7922 bool doesInitDependOnLC() const { return InitDependOnLC.has_value(); } in doesInitDependOnLC()
7927 return InitDependOnLC.value_or(CondDependOnLC.value_or(0)); in getLoopDependentIdx()
7972 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
8645 if (InitDependOnLC) { in buildNumIterations()
8646 const LoopIterationSpace &IS = ResultIterSpaces[*InitDependOnLC - 1]; in buildNumIterations()
8864 *TestIsLessOp ? InitDependOnLC.has_value() : CondDependOnLC.has_value(); in buildMinMaxValues()
8866 *TestIsLessOp ? CondDependOnLC.has_value() : InitDependOnLC.has_value(); in buildMinMaxValues()
8960 if (InitDependOnLC || CondDependOnLC) in buildFinalCondition()
8972 if (CondDependOnLC || InitDependOnLC) in buildPreCond()