Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3692 LLVM_ATTRIBUTE_UNUSED auto StackIdIndexIter = in applyImport() local
3714 assert(StackIdIndexIter != MIBIter->StackIdIndices.end()); in applyImport()
3715 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in applyImport()
3717 StackIdIndexIter++; in applyImport()
3785 auto StackIdIndexIter = StackNode.StackIdIndices.begin(); in applyImport() local
3787 assert(StackIdIndexIter != StackNode.StackIdIndices.end()); in applyImport()
3788 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in applyImport()
3790 StackIdIndexIter++; in applyImport()