Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCallGraph.h475 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
481 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
484 return nodes_iterator(CG->begin(), &CGGetValuePtr);
488 return nodes_iterator(CG->end(), &CGGetValuePtr);
502 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
508 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
511 return nodes_iterator(CG->begin(), &CGGetValuePtr);
515 return nodes_iterator(CG->end(), &CGGetValuePtr);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallPrinter.cpp125 static const CallGraphNode *CGGetValuePtr(const PairTy &P) { in CGGetValuePtr() function
130 typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>
134 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
137 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
169 static const CallGraphNode *CGGetValuePtr(CallGraphNode::CallRecord P) { in CGGetValuePtr() function
175 decltype(&CGGetValuePtr)>