HomeSort by relevance Sort by last modified time
    Searched refs:DropRef (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 286 I->second->DropRef();
300 Callee->DropRef();
314 Callee->DropRef();
330 I->second->DropRef();
  /external/llvm/include/llvm/Analysis/
CallGraph.h 191 void DropRef() { --NumReferences; }
245 CalledFunctions.back().second->DropRef();
270 I->second->DropRef();
  /external/llvm/lib/VMCore/
Attributes.cpp 141 void DropRef() {
218 if (AttrList) AttrList->DropRef();
225 if (AttrList) AttrList->DropRef();

Completed in 453 milliseconds