Searched refs:DropRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp283 I->second->DropRef();
297 Callee->DropRef();
311 Callee->DropRef();
327 I->second->DropRef();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h191 void DropRef() { --NumReferences; } function in class:llvm::CallGraphNode
245 CalledFunctions.back().second->DropRef();
270 I->second->DropRef();
/external/llvm/lib/VMCore/
H A DAttributes.cpp143 void DropRef() { function in class:llvm::AttributeListImpl
221 if (AttrList) AttrList->DropRef();
228 if (AttrList) AttrList->DropRef();

Completed in 78 milliseconds