Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7259 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType,
8013 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, in buildNumIterations() argument
8024 const LoopIterationSpace &IS = ResultIterSpaces[*InitDependOnLC - 1]; in buildNumIterations()
8101 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
8554 llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces, in checkOpenMPIterationSpace() argument
8640 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
8642 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8643 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
8649 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8651 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
[all …]