Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1129 ArrayRef<Node *> TargetNs) { in removeInternalRefEdge() argument
1147 for (Node *TargetN : TargetNs) { in removeInternalRefEdge()
1157 if (llvm::all_of(TargetNs, in removeInternalRefEdge()
1164 if (llvm::all_of(TargetNs, [&](Node *TargetN) { in removeInternalRefEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h842 ArrayRef<Node *> TargetNs);