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