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.cpp1304 unsigned OuterIndex = OuterLoopIt->second; in isProfitablePerLoopCacheAnalysis() local
1306 << ", OuterIndex = " << OuterIndex << "\n"); in isProfitablePerLoopCacheAnalysis()
1307 assert(InnerIndex != OuterIndex && "CostMap should assign unique " in isProfitablePerLoopCacheAnalysis()
1309 return std::optional<bool>(InnerIndex < OuterIndex); in isProfitablePerLoopCacheAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp543 InitListExpr *OuterILE, unsigned OuterIndex,
894 unsigned OuterIndex, in FillInEmptyInitializations() argument
913 unsigned OuterIndex; in FillInEmptyInitializations() member
916 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex)); in FillInEmptyInitializations()
918 } UpdateOuterRAII = {OuterILE, OuterIndex}; in FillInEmptyInitializations()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1318 uint64_t OuterIndex; member in __anonfb577fba0411::EvalInfo::ArrayInitLoopIndex
1322 : Info(Info), OuterIndex(Info.ArrayInitIndex) { in ArrayInitLoopIndex()
1325 ~ArrayInitLoopIndex() { Info.ArrayInitIndex = OuterIndex; } in ~ArrayInitLoopIndex()