Searched refs:getSimpleNodeLabel (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 107 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function 143 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 298 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 62 return getSimpleNodeLabel(Node, Graph); in getNodeLabel() 86 DDGDotGraphTraits::getSimpleNodeLabel(const DDGNode *Node, in getSimpleNodeLabel() function in DDGDotGraphTraits
|
H A D | DomPrinter.cpp | 44 ::getSimpleNodeLabel(BB, nullptr); in getNodeLabel()
|
H A D | RegionPrinter.cpp | 51 ::getSimpleNodeLabel(BB, nullptr); in getNodeLabel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DDGPrinter.h | 67 static std::string getSimpleNodeLabel(const DDGNode *Node,
|
H A D | CFGPrinter.h | 134 static std::string getSimpleNodeLabel(const BasicBlock *Node, DOTFuncInfo *) { 202 return getSimpleNodeLabel(Node, CFGInfo);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 934 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(B, nullptr); in getBlockName()
|