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.h472 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
478 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
481 return nodes_iterator(CG->begin(), &CGGetValuePtr);
485 return nodes_iterator(CG->end(), &CGGetValuePtr);
499 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
505 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
508 return nodes_iterator(CG->begin(), &CGGetValuePtr);
512 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)>