Lines Matching defs:CCG
180 const CallsiteContextGraph &CCG) {
181 CCG.print(OS);
1712 dbgs() << "CCG before updating call stack chains:\n";
1803 dbgs() << "CCG before updating call stack chains:\n";
3819 dbgs() << "CCG before cloning:\n";
3836 dbgs() << "CCG after cloning:\n";
3845 dbgs() << "CCG after assigning function clones:\n";
3868 // AllocationType passed to addStackNodesForMIB during CCG construction.
3877 ModuleCallsiteContextGraph CCG(M, OREGetter);
3878 return CCG.process();
3930 // AllocationType passed to addStackNodesForMIB during CCG construction.
3936 IndexCallsiteContextGraph CCG(Index, isPrevailing);
3937 CCG.process();