Searched refs:InnerIndex (Results 1 – 1 of 1) sorted by relevance
1103 unsigned InnerIndex = 0, OuterIndex = 0; in isProfitablePerLoopCacheAnalysis() local1104 InnerIndex = CostMap.find(InnerLoop)->second; in isProfitablePerLoopCacheAnalysis()1106 LLVM_DEBUG(dbgs() << "InnerIndex = " << InnerIndex in isProfitablePerLoopCacheAnalysis()1108 if (InnerIndex < OuterIndex) in isProfitablePerLoopCacheAnalysis()1110 assert(InnerIndex != OuterIndex && "CostMap should assign unique " in isProfitablePerLoopCacheAnalysis()