Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7908 struct LoopIterationSpace final { struct
8041 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType,
8787 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, in buildNumIterations()
8798 const LoopIterationSpace &IS = ResultIterSpaces[*InitDependOnLC - 1]; in buildNumIterations()
8884 const LoopIterationSpace &IS = ResultIterSpaces[*CondDependOnLC - 1]; in buildNumIterations()
9356 llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces, in checkOpenMPIterationSpace()
9787 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop()
10095 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
10304 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()