Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1110 unsigned InnerIndex = 0, OuterIndex = 0; in isProfitablePerLoopCacheAnalysis() local
1111 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()