Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7770 Optional<unsigned> doesDependOnLoopCounter(const Stmt *S, bool IsInitializer);
7887 InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true); in setLCDeclAndLB()
7906 CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false); in setUB()
8071 OpenMPIterationSpaceChecker::doesDependOnLoopCounter(const Stmt *S, in doesDependOnLoopCounter() function in __anon296aa5743911::OpenMPIterationSpaceChecker