Searched refs:ShouldCloneDef (Results 1 – 2 of 2) sorted by relevance
19 GVPredicate ShouldCloneDef, in cloneToNewContext() argument23 if (!ShouldCloneDef) in cloneToNewContext()24 ShouldCloneDef = [](const GlobalValue &) { return true; }; in cloneToNewContext()33 if (ShouldCloneDef(*GV)) { in cloneToNewContext()
175 GVPredicate ShouldCloneDef = GVPredicate(),