Searched refs:getSimpleNodeLabel (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineCFGPrinter.h | 63 static std::string getSimpleNodeLabel(const MachineBasicBlock *Node, 82 return getSimpleNodeLabel(Node, CFGInfo);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 103 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel() function 139 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 294 ::getSimpleNodeLabel(GluedNodes.back(), DAG); in getGraphNodeLabel()
|
| /openbsd-src/gnu/llvm/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 | RegionPrinter.cpp | 41 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr); in getNodeLabel()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DDGPrinter.h | 68 static std::string getSimpleNodeLabel(const DDGNode *Node,
|
| H A D | CFGPrinter.h | 201 static std::string getSimpleNodeLabel(const BasicBlock *Node, DOTFuncInfo *) { 218 return getSimpleNodeLabel(Node, CFGInfo);
|
| H A D | DomPrinter.h | 37 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 933 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(B, nullptr); in getBlockName()
|