13 #ifndef LLVM_ANALYSIS_INDIRECTCALLVISITOR_H 14 #define LLVM_ANALYSIS_INDIRECTCALLVISITOR_H 27 IndirectCalls.push_back(&Call);
Base class for instruction visitors.
This class represents lattice values for constants.
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
bool isIndirectCall() const
Return true if the callsite is an indirect call.
void visit(Iterator Start, Iterator End)
void visitCallBase(CallBase &Call)
std::vector< Instruction * > IndirectCalls
std::vector< Instruction * > findIndirectCalls(Function &F)