Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp138 for (const auto &MIBStackIter : StackMD->operands()) { in addCallStack() local
139 auto *StackId = mdconst::dyn_extract<ConstantInt>(MIBStackIter); in addCallStack()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp788 for (auto MIBStackIter = MIBStackContext->op_begin(), in haveCommonPrefix() local
790 MIBStackIter != MIBStackContext->op_end() && in haveCommonPrefix()
792 MIBStackIter++, CallsiteStackIter++) { in haveCommonPrefix()
793 auto *Val1 = mdconst::dyn_extract<ConstantInt>(*MIBStackIter); in haveCommonPrefix()