Home
last modified time | relevance | path

Searched defs:PGOIndirectCallVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h21 struct PGOIndirectCallVisitor : public InstVisitor<PGOIndirectCallVisitor> { struct
28 PGOIndirectCallVisitor(InstructionType Type) : Type(Type) {} in PGOIndirectCallVisitor() argument
38 static Instruction *tryGetVTableInstruction(CallBase *CB) { in tryGetVTableInstruction()
71 PGOIndirectCallVisitor::tryGetVTableInstruction(&Call); in visitCallBase() argument