Home
last modified time | relevance | path

Searched refs:getNumReferences (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp348 if (I->getNumReferences()) in runOnSCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp168 OS << "<<" << this << ">> #uses=" << getNumReferences() << '\n'; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h198 unsigned getNumReferences() const { return NumReferences; } in getNumReferences() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp725 CG[Callee]->getNumReferences() == 0) { in inlineCallsImpl()
DArgumentPromotion.cpp1157 if (OldNode->getNumReferences() == 0) in runOnSCC()