Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp14492 unsigned SingleNumLoops = in checkTransformableLoopNest() local
14495 if (SingleNumLoops == 0) in checkTransformableLoopNest()
14497 assert(SingleNumLoops == 1 && "Expect single loop iteration space"); in checkTransformableLoopNest()