reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
23 if (!ShouldCloneDef) 24 ShouldCloneDef = [](const GlobalValue &) { return true; }; 33 if (ShouldCloneDef(*GV)) {