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

/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp186 I->second->DropRef();
200 Callee->DropRef();
214 Callee->DropRef();
230 I->second->DropRef();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h218 CalledFunctions.back().second->DropRef();
239 I->second->DropRef();
280 void DropRef() { --NumReferences; } function in namespace:llvm

Completed in 255 milliseconds