Lines Matching refs:Built

9580                 OMPLoopBasedDirective::HelperExprs &Built) {  in checkOpenMPLoop()  argument
9592 Built.clear(/*Size=*/1); in checkOpenMPLoop()
9614 Built.clear(/*Size=*/1); in checkOpenMPLoop()
9667 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
10124 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
10125 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
10126 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
10127 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
10128 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10129 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10130 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
10218 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()
10219 Built.PrivateCounters[Cnt] = IS.PrivateCounterVar; in checkOpenMPLoop()
10220 Built.Inits[Cnt] = Init.get(); in checkOpenMPLoop()
10221 Built.Updates[Cnt] = Update.get(); in checkOpenMPLoop()
10222 Built.Finals[Cnt] = Final.get(); in checkOpenMPLoop()
10223 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
10224 Built.DependentInits[Cnt] = nullptr; in checkOpenMPLoop()
10225 Built.FinalsConditions[Cnt] = nullptr; in checkOpenMPLoop()
10227 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()
10228 Built.DependentInits[Cnt] = Built.Inits[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()
10229 Built.FinalsConditions[Cnt] = IS.FinalCondition; in checkOpenMPLoop()
10238 Built.IterationVarRef = IV.get(); in checkOpenMPLoop()
10239 Built.LastIteration = LastIteration.get(); in checkOpenMPLoop()
10240 Built.NumIterations = NumIterations.get(); in checkOpenMPLoop()
10241 Built.CalcLastIteration = SemaRef in checkOpenMPLoop()
10245 Built.PreCond = PreCond.get(); in checkOpenMPLoop()
10246 Built.PreInits = buildPreInits(C, Captures); in checkOpenMPLoop()
10247 Built.Cond = Cond.get(); in checkOpenMPLoop()
10248 Built.Init = Init.get(); in checkOpenMPLoop()
10249 Built.Inc = Inc.get(); in checkOpenMPLoop()
10250 Built.LB = LB.get(); in checkOpenMPLoop()
10251 Built.UB = UB.get(); in checkOpenMPLoop()
10252 Built.IL = IL.get(); in checkOpenMPLoop()
10253 Built.ST = ST.get(); in checkOpenMPLoop()
10254 Built.EUB = EUB.get(); in checkOpenMPLoop()
10255 Built.NLB = NextLB.get(); in checkOpenMPLoop()
10256 Built.NUB = NextUB.get(); in checkOpenMPLoop()
10257 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
10258 Built.PrevUB = PrevUB.get(); in checkOpenMPLoop()
10259 Built.DistInc = DistInc.get(); in checkOpenMPLoop()
10260 Built.PrevEUB = PrevEUB.get(); in checkOpenMPLoop()
10261 Built.DistCombinedFields.LB = CombLB.get(); in checkOpenMPLoop()
10262 Built.DistCombinedFields.UB = CombUB.get(); in checkOpenMPLoop()
10263 Built.DistCombinedFields.EUB = CombEUB.get(); in checkOpenMPLoop()
10264 Built.DistCombinedFields.Init = CombInit.get(); in checkOpenMPLoop()
10265 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
10266 Built.DistCombinedFields.NLB = CombNextLB.get(); in checkOpenMPLoop()
10267 Built.DistCombinedFields.NUB = CombNextUB.get(); in checkOpenMPLoop()
10268 Built.DistCombinedFields.DistCond = CombDistCond.get(); in checkOpenMPLoop()
10269 Built.DistCombinedFields.ParForInDistCond = ParForInDistCond.get(); in checkOpenMPLoop()