Home
last modified time | relevance | path

Searched refs:getSimpleNodeLabel (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp103 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()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDGPrinter.cpp62 return getSimpleNodeLabel(Node, Graph); in getNodeLabel()
86 DDGDotGraphTraits::getSimpleNodeLabel(const DDGNode *Node, in getSimpleNodeLabel() function in DDGDotGraphTraits
H A DRegionPrinter.cpp41 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr); in getNodeLabel()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDGPrinter.h68 static std::string getSimpleNodeLabel(const DDGNode *Node,
H A DCFGPrinter.h134 static std::string getSimpleNodeLabel(const BasicBlock *Node, DOTFuncInfo *) {
202 return getSimpleNodeLabel(Node, CFGInfo);
H A DDomPrinter.h37 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp936 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(B, nullptr); in getBlockName()