Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14202 unsigned SingleNumLoops = in checkTransformableLoopNest() local
14205 if (SingleNumLoops == 0) in checkTransformableLoopNest()
14207 assert(SingleNumLoops == 1 && "Expect single loop iteration space"); in checkTransformableLoopNest()