Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h488 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
494 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
497 return nodes_iterator(CG->begin(), &CGGetValuePtr);
501 return nodes_iterator(CG->end(), &CGGetValuePtr);
515 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
521 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
524 return nodes_iterator(CG->begin(), &CGGetValuePtr);
528 return nodes_iterator(CG->end(), &CGGetValuePtr);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp126 static const CallGraphNode *CGGetValuePtr(const PairTy &P) { in CGGetValuePtr() function
131 typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>
135 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
138 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
170 static const CallGraphNode *CGGetValuePtr(CallGraphNode::CallRecord P) { in CGGetValuePtr() function
176 decltype(&CGGetValuePtr)>