Searched refs:InitGVsToKeep (Results 1 – 1 of 1) sorted by relevance
24 std::vector<GlobalVariable *> InitGVsToKeep; in extractGVsFromModule() local27 InitGVsToKeep.push_back(&GV); in extractGVsFromModule()32 std::set<GlobalVariable *> GVsToKeep(InitGVsToKeep.begin(), in extractGVsFromModule()33 InitGVsToKeep.end()); in extractGVsFromModule()