Searched refs:DeletedFunctions (Results 1 – 2 of 2) sorted by relevance
123 assert((!DeletedFunctions.count(F)) && in markFunctionAsDeleted()125 DeletedFunctions.insert(F); in markFunctionAsDeleted()129 for (auto *F : DeletedFunctions) in freeDeletedFunctions()131 DeletedFunctions.clear(); in freeDeletedFunctions()
184 return DeletedFunctions.count(F); in isFunctionDeleted()198 std::unordered_set<const Function *> DeletedFunctions; variable