Home | History | Annotate | Download | only in IPO

Lines Matching refs:CallSite

40 #include "llvm/IR/CallSite.h"
149 CallSite CS(U.getUser());
235 CallSite CS(U);
648 CallSite CS(F->user_back());
660 CallSite::arg_iterator AI = CS.arg_begin();
765 // Update the callgraph to know that the callsite has been transformed.