Home
last modified time | relevance | path

Searched refs:InnerIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1103 unsigned InnerIndex = 0, OuterIndex = 0; in isProfitablePerLoopCacheAnalysis() local
1104 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()