Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7224 Optional<unsigned> doesDependOnLoopCounter(const Stmt *S, bool IsInitializer);
7341 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
7360 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
7525 OpenMPIterationSpaceChecker::doesDependOnLoopCounter(const Stmt *S, in doesDependOnLoopCounter() function in __anon5b04668f3411::OpenMPIterationSpaceChecker