Searched defs:PGOIndirectCallVisitor (Results 1 – 1 of 1) sorted by relevance
21 struct PGOIndirectCallVisitor : public InstVisitor<PGOIndirectCallVisitor> { struct28 PGOIndirectCallVisitor(InstructionType Type) : Type(Type) {} in PGOIndirectCallVisitor() argument38 static Instruction *tryGetVTableInstruction(CallBase *CB) { in tryGetVTableInstruction()71 PGOIndirectCallVisitor::tryGetVTableInstruction(&Call); in visitCallBase() argument