Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h63 static std::string getSimpleNodeLabel(const MachineBasicBlock *Node,
82 return getSimpleNodeLabel(Node, CFGInfo);
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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.cpp40 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr); in getNodeLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDGPrinter.h69 static std::string getSimpleNodeLabel(const DDGNode *Node,
H A DDomPrinter.h37 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr);
H A DCFGPrinter.h202 static std::string getSimpleNodeLabel(const BasicBlock *Node, DOTFuncInfo *) {
226 return getSimpleNodeLabel(Node, CFGInfo);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp934 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(B, nullptr); in getBlockName()