12#ifndef LLVM_ANALYSIS_INDIRECTCALLVISITOR_H
13#define LLVM_ANALYSIS_INDIRECTCALLVISITOR_H
25 if (Call.isIndirectCall())
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
Base class for instruction visitors.
void visit(Iterator Start, Iterator End)
This is an optimization pass for GlobalISel generic memory operations.
std::vector< CallBase * > findIndirectCalls(Function &F)
PGOIndirectCallVisitor()=default
std::vector< CallBase * > IndirectCalls
void visitCallBase(CallBase &Call)