reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
248 P.C.print(OS, P.V ? P.V : P.C.Root); 343 Root = R->second; 345 record(Root); 346 use(Root); 405 if (Root == OldV) { 406 Root = NewV; 407 use(Root); 424 if (Value *DupV = find(Root, V)) { 434 Root = subst(Root, OldV, NewV); 434 Root = subst(Root, OldV, NewV); 435 use(Root); 512 if (Instruction *RootI = dyn_cast<Instruction>(Root)) 514 return Root; 519 Q.push_back(C.Root); 537 Q.push_back(C.Root); 545 return Count < Limit ? C.Root : nullptr;