Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp789 CallsiteStackIter = CallsiteStackContext->op_begin(); in haveCommonPrefix() local
791 CallsiteStackIter != CallsiteStackContext->op_end(); in haveCommonPrefix()
792 MIBStackIter++, CallsiteStackIter++) { in haveCommonPrefix()
794 auto *Val2 = mdconst::dyn_extract<ConstantInt>(*CallsiteStackIter); in haveCommonPrefix()