Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1103 unsigned InnerIndex = 0, OuterIndex = 0; in isProfitablePerLoopCacheAnalysis() local
1105 OuterIndex = CostMap.find(OuterLoop)->second; in isProfitablePerLoopCacheAnalysis()
1107 << ", OuterIndex = " << OuterIndex << "\n"); in isProfitablePerLoopCacheAnalysis()
1108 if (InnerIndex < OuterIndex) in isProfitablePerLoopCacheAnalysis()
1110 assert(InnerIndex != OuterIndex && "CostMap should assign unique " in isProfitablePerLoopCacheAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp499 InitListExpr *OuterILE, unsigned OuterIndex,
823 unsigned OuterIndex, in FillInEmptyInitializations() argument
842 unsigned OuterIndex; in FillInEmptyInitializations() member
845 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex)); in FillInEmptyInitializations()
847 } UpdateOuterRAII = {OuterILE, OuterIndex}; in FillInEmptyInitializations()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1298 uint64_t OuterIndex; member in __anonfb577fba0411::EvalInfo::ArrayInitLoopIndex
1302 : Info(Info), OuterIndex(Info.ArrayInitIndex) { in ArrayInitLoopIndex()
1305 ~ArrayInitLoopIndex() { Info.ArrayInitIndex = OuterIndex; } in ~ArrayInitLoopIndex()