Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp164 for (const auto &MIBStackIter : StackMD->operands()) { in addCallStack() local
165 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); in addCallStack()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp808 for (auto MIBStackIter = MIBStackContext->op_begin(), in haveCommonPrefix() local
810 MIBStackIter != MIBStackContext->op_end() && in haveCommonPrefix()
812 MIBStackIter++, CallsiteStackIter++) { in haveCommonPrefix()
813 auto *Val1 = mdconst::dyn_extract<ConstantInt>(*MIBStackIter); in haveCommonPrefix()