Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp165 for (const auto &MIBStackIter : StackMD->operands()) { in addCallStack() local
166 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); in addCallStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp786 for (auto MIBStackIter = MIBStackContext->op_begin(), in haveCommonPrefix() local
788 MIBStackIter != MIBStackContext->op_end() && in haveCommonPrefix()
790 MIBStackIter++, CallsiteStackIter++) { in haveCommonPrefix()
791 auto *Val1 = mdconst::dyn_extract<ConstantInt>(*MIBStackIter); in haveCommonPrefix()