Lines Matching refs:Delete
24 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument
26 if (Local || Delete) { in makeVisible()
85 bool Delete = deleteStuff == (bool)Named.count(&GV) && in runOnModule() local
88 if (!Delete) { in runOnModule()
95 makeVisible(GV, Delete); in runOnModule()
97 if (Delete) { in runOnModule()
106 bool Delete = in runOnModule() local
108 if (!Delete) { in runOnModule()
113 makeVisible(F, Delete); in runOnModule()
115 if (Delete) { in runOnModule()
124 bool Delete = deleteStuff == (bool)Named.count(&GA); in runOnModule() local
125 makeVisible(GA, Delete); in runOnModule()
127 if (Delete) { in runOnModule()