Home
last modified time | relevance | path

Searched refs:DeletedFunctions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp123 assert((!DeletedFunctions.count(F)) && in markFunctionAsDeleted()
125 DeletedFunctions.insert(F); in markFunctionAsDeleted()
129 for (auto *F : DeletedFunctions) in freeDeletedFunctions()
131 DeletedFunctions.clear(); in freeDeletedFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h184 return DeletedFunctions.count(F); in isFunctionDeleted()
198 std::unordered_set<const Function *> DeletedFunctions; variable