Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraph.cpp58 CallsExternalNode->allReferencesDropped(); in ~CallGraph()
64 I.second->allReferencesDropped(); in ~CallGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h297 void allReferencesDropped() { NumReferences = 0; } in allReferencesDropped() function