Searched refs:OuterIndex (Results 1 – 3 of 3) sorted by relevance
1304 unsigned OuterIndex = OuterLoopIt->second; in isProfitablePerLoopCacheAnalysis() local1306 << ", OuterIndex = " << OuterIndex << "\n"); in isProfitablePerLoopCacheAnalysis()1307 assert(InnerIndex != OuterIndex && "CostMap should assign unique " in isProfitablePerLoopCacheAnalysis()1309 return std::optional<bool>(InnerIndex < OuterIndex); in isProfitablePerLoopCacheAnalysis()
543 InitListExpr *OuterILE, unsigned OuterIndex,894 unsigned OuterIndex, in FillInEmptyInitializations() argument913 unsigned OuterIndex; in FillInEmptyInitializations() member916 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex)); in FillInEmptyInitializations()918 } UpdateOuterRAII = {OuterILE, OuterIndex}; in FillInEmptyInitializations()
1318 uint64_t OuterIndex; member in __anonfb577fba0411::EvalInfo::ArrayInitLoopIndex1322 : Info(Info), OuterIndex(Info.ArrayInitIndex) { in ArrayInitLoopIndex()1325 ~ArrayInitLoopIndex() { Info.ArrayInitIndex = OuterIndex; } in ~ArrayInitLoopIndex()