Lines Matching defs:Delete
19 /// Make sure GV is visible from both modules. Delete is true if it is
23 static void makeVisible(GlobalValue &GV, bool Delete) {
25 if (Local || Delete) {
72 bool Delete = deleteStuff == (bool)Named.count(&GV) &&
74 if (!Delete) {
81 makeVisible(GV, Delete);
83 if (Delete) {
92 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration();
93 if (!Delete) {
98 makeVisible(F, Delete);
100 if (Delete) {
109 bool Delete = deleteStuff == (bool)Named.count(&GA);
110 makeVisible(GA, Delete);
112 if (Delete) {
132 bool Delete = deleteStuff == (bool)Named.count(&IF);
133 makeVisible(IF, Delete);
135 if (!Delete)