Searched refs:LiveCUs (Results 1 – 2 of 2) sorted by relevance
326 std::set<DICompileUnit *> LiveCUs; in runOnModule() local330 LiveCUs.insert(SP->getUnit()); in runOnModule()353 LiveCUs.insert(DIC); in runOnModule()354 else if (!LiveCUs.count(DIC)) in runOnModule()372 if (!LiveCUs.empty()) { in runOnModule()373 for (DICompileUnit *CU : LiveCUs) in runOnModule()
325 std::set<DICompileUnit *> LiveCUs; in stripDeadDebugInfoImpl() local329 LiveCUs.insert(SP->getUnit()); in stripDeadDebugInfoImpl()352 LiveCUs.insert(DIC); in stripDeadDebugInfoImpl()353 else if (!LiveCUs.count(DIC)) in stripDeadDebugInfoImpl()371 if (!LiveCUs.empty()) { in stripDeadDebugInfoImpl()372 for (DICompileUnit *CU : LiveCUs) in stripDeadDebugInfoImpl()