Home
last modified time | relevance | path

Searched refs:IndirectCallInsts (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
DIndirectCallSiteVisitor.h20 std::vector<Instruction *> IndirectCallInsts; member
33 IndirectCallInsts.push_back(I); in visitCallSite()
41 return ICV.IndirectCallInsts; in findIndirectCallSites()