Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DCallGraph.cpp186 I->second->DropRef(); in removeCallEdgeFor()
200 Callee->DropRef(); in removeAnyCallEdgeTo()
214 Callee->DropRef(); in removeOneAbstractEdgeTo()
230 I->second->DropRef(); in replaceCallEdge()
/external/llvm/include/llvm/Analysis/
DCallGraph.h217 CalledFunctions.back().second->DropRef(); in removeAllCalledFunctions()
238 I->second->DropRef(); in removeCallEdge()
279 void DropRef() { --NumReferences; } in DropRef() function