Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3469 LLVM_ATTRIBUTE_UNUSED auto StackIdIndexIter = in applyImport() local
3485 assert(StackIdIndexIter != MIBIter->StackIdIndices.end()); in applyImport()
3486 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in applyImport()
3488 StackIdIndexIter++; in applyImport()
3556 auto StackIdIndexIter = StackNode.StackIdIndices.begin(); in applyImport() local
3558 assert(StackIdIndexIter != StackNode.StackIdIndices.end()); in applyImport()
3559 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in applyImport()
3561 StackIdIndexIter++; in applyImport()