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.cpp5081 auto StackIdIndexIter = MIBIter->StackIdIndices.begin(); in checkAllocContextIds() local
5100 assert(StackIdIndexIter != MIBIter->StackIdIndices.end()); in checkAllocContextIds()
5101 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in checkAllocContextIds()
5103 StackIdIndexIter++; in checkAllocContextIds()
5417 auto StackIdIndexIter = StackNode.StackIdIndices.begin(); in applyImport() local
5419 assert(StackIdIndexIter != StackNode.StackIdIndices.end()); in applyImport()
5420 assert(ImportSummary->getStackIdAtIndex(*StackIdIndexIter) == in applyImport()
5422 StackIdIndexIter++; in applyImport()