Lines Matching refs:CallGraph
26 #include "llvm/Analysis/CallGraph.h"1182 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) {1191 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) {