Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp191 I->second->DropRef(); in removeCallEdgeFor()
205 Callee->DropRef(); in removeAnyCallEdgeTo()
219 Callee->DropRef(); in removeOneAbstractEdgeTo()
235 I->second->DropRef(); in replaceCallEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h219 CalledFunctions.back().second->DropRef(); in removeAllCalledFunctions()
241 I->second->DropRef(); in removeCallEdge()
280 void DropRef() { --NumReferences; } in DropRef() function