Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCallGraph.cpp209 I->second->DropRef(); in removeCallEdgeFor()
223 Callee->DropRef(); in removeAnyCallEdgeTo()
237 Callee->DropRef(); in removeOneAbstractEdgeTo()
253 I->second->DropRef(); in replaceCallEdge()
/external/llvm/include/llvm/Analysis/
DCallGraph.h222 CalledFunctions.back().second->DropRef(); in removeAllCalledFunctions()
244 I->second->DropRef(); in removeCallEdge()
285 void DropRef() { --NumReferences; } in DropRef() function