Lines Matching refs:MethodFetchInsns
639 std::vector<MCInst *> MethodFetchInsns; in maybeGetVtableSyms() local
651 MethodFetchInsns, VtableReg, MethodReg, in maybeGetVtableSyms()
665 for (MCInst *Inst : MethodFetchInsns) in maybeGetVtableSyms()
668 if (MethodFetchInsns.back() != &Inst) in maybeGetVtableSyms()
674 BC.MIB->tryGetAnnotationAs<MemoryAccessProfile>(*MethodFetchInsns.back(), in maybeGetVtableSyms()
734 for (MCInst *CurInst = MethodFetchInsns.front(); CurInst < &Inst; in maybeGetVtableSyms()
742 return MethodInfoType(VtableSyms, MethodFetchInsns); in maybeGetVtableSyms()
749 const std::vector<MCInst *> &MethodFetchInsns) const { in rewriteCall()
776 IndCallBlock.eraseInstructions(MethodFetchInsns.begin(), in rewriteCall()
777 MethodFetchInsns.end()); in rewriteCall()
779 (!MethodFetchInsns.empty() && MethodFetchInsns.back() == &CallInst)) in rewriteCall()