Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8550 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
8569 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
8640 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8642 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8649 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8651 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
8653 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
8654 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
8655 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
8656 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
[all …]