Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp165 auto ContextIter = Contexts.find(&Key); in getChildDeclContext() local
167 if (ContextIter == Contexts.end()) { in getChildDeclContext()
173 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
177 !(*ContextIter)->setLastSeenDIE(U, DIE)) { in getChildDeclContext()
180 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()
183 assert(ContextIter != Contexts.end()); in getChildDeclContext()
190 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()
192 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp530 for (auto ContextIter = in computeFunctionSummary() local
532 ContextIter != StackContext.end(); ++ContextIter) { in computeFunctionSummary()
533 unsigned StackIdIdx = Index.addOrGetStackIdIndex(*ContextIter); in computeFunctionSummary()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1055 for (auto ContextIter = StackContext.beginAfterSharedPrefix(CallsiteContext); in addStackNodesForMIB() local
1056 ContextIter != StackContext.end(); ++ContextIter) { in addStackNodesForMIB()
1057 auto StackId = getStackId(*ContextIter); in addStackNodesForMIB()
3706 for (auto ContextIter = ContextIterBegin; in applyImport() local
3707 ContextIter != StackContext.end(); ++ContextIter) { in applyImport()
3711 if (LastStackContextId == *ContextIter) in applyImport()
3713 LastStackContextId = *ContextIter; in applyImport()
3716 *ContextIter); in applyImport()