Searched refs:deleteStuff (Results 1 – 2 of 2) sorted by relevance
56 : Named(GVs.begin(), GVs.end()), deleteStuff(deleteS), in ExtractGVPass()61 if (!deleteStuff) in run()73 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run()93 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run()110 bool Delete = deleteStuff == (bool)Named.count(&GA); in run()133 bool Delete = deleteStuff == (bool)Named.count(&IF); in run()
21 bool deleteStuff; variable