Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallGraph.cpp57 CallsExternalNode->allReferencesDropped(); in ~CallGraph()
63 I.second->allReferencesDropped(); in ~CallGraph()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h294 void allReferencesDropped() { NumReferences = 0; } in allReferencesDropped() function