Lines Matching defs:CCG
200 const CallsiteContextGraph &CCG) {
201 CCG.print(OS);
2029 dbgs() << "CCG before updating call stack chains:\n";
2126 dbgs() << "CCG before updating call stack chains:\n";
4799 dbgs() << "CCG before cloning:\n";
4816 dbgs() << "CCG after cloning:\n";
4825 dbgs() << "CCG after assigning function clones:\n";
4848 // AllocationType passed to addStackNodesForMIB during CCG construction.
4857 ModuleCallsiteContextGraph CCG(M, OREGetter);
4858 return CCG.process();
4910 // AllocationType passed to addStackNodesForMIB during CCG construction.
4916 IndexCallsiteContextGraph CCG(Index, isPrevailing);
4917 CCG.process();