Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h476 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
482 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
485 return nodes_iterator(CG->begin(), &CGGetValuePtr);
489 return nodes_iterator(CG->end(), &CGGetValuePtr);
503 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
509 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
512 return nodes_iterator(CG->begin(), &CGGetValuePtr);
516 return nodes_iterator(CG->end(), &CGGetValuePtr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp120 static const CallGraphNode *CGGetValuePtr(const PairTy &P) { in CGGetValuePtr() function
125 typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>
129 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
132 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
164 static const CallGraphNode *CGGetValuePtr(CallGraphNode::CallRecord P) { in CGGetValuePtr() function
170 decltype(&CGGetValuePtr)>