Searched refs:OuterIndex (Results 1 – 3 of 3) sorted by relevance
1103 unsigned InnerIndex = 0, OuterIndex = 0; in isProfitablePerLoopCacheAnalysis() local1105 OuterIndex = CostMap.find(OuterLoop)->second; in isProfitablePerLoopCacheAnalysis()1107 << ", OuterIndex = " << OuterIndex << "\n"); in isProfitablePerLoopCacheAnalysis()1108 if (InnerIndex < OuterIndex) in isProfitablePerLoopCacheAnalysis()1110 assert(InnerIndex != OuterIndex && "CostMap should assign unique " in isProfitablePerLoopCacheAnalysis()
499 InitListExpr *OuterILE, unsigned OuterIndex,823 unsigned OuterIndex, in FillInEmptyInitializations() argument842 unsigned OuterIndex; in FillInEmptyInitializations() member845 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex)); in FillInEmptyInitializations()847 } UpdateOuterRAII = {OuterILE, OuterIndex}; in FillInEmptyInitializations()
1298 uint64_t OuterIndex; member in __anonfb577fba0411::EvalInfo::ArrayInitLoopIndex1302 : Info(Info), OuterIndex(Info.ArrayInitIndex) { in ArrayInitLoopIndex()1305 ~ArrayInitLoopIndex() { Info.ArrayInitIndex = OuterIndex; } in ~ArrayInitLoopIndex()