/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DomPrinter.h | 28 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { 53 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { 54 return DOTGraphTraits<DomTreeNode *>::getNodeLabel(Node, 70 std::string getNodeLabel(DomTreeNode *Node, 72 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
|
H A D | RegionPrinter.h | 34 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph);
|
H A D | DDGPrinter.h | 52 std::string getNodeLabel(const DDGNode *Node,
|
H A D | CFGPrinter.h | 223 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
|
H A D | BlockFrequencyInfoImpl.h | 1844 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 58 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph); 71 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
|
H A D | MachineBlockFrequencyInfo.cpp | 127 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function 145 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
|
H A D | MachineFunction.cpp | 712 std::string getNodeLabel(const MachineBasicBlock *Node, in viewCFGOnly() 672 std::string getNodeLabel(const MachineBasicBlock *Node, getNodeLabel() function
|
/llvm-project/polly/include/polly/ |
H A D | ScopGraphPrinter.h | 54 std::string getNodeLabel(RegionNode *Node, polly::ScopDetection *SD) { 55 return DOTGraphTraits<RegionNode *>::getNodeLabel(
|
/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 34 std::string DOTGraphTraits<RegionNode *>::getNodeLabel(RegionNode *Node, in getNodeLabel() function in llvm::DOTGraphTraits 56 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function 57 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
|
H A D | BlockFrequencyInfo.cpp | 131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function 134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel()
|
H A D | DDGPrinter.cpp | 59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node, in getNodeLabel() function in DDGDotGraphTraits
|
H A D | CallPrinter.cpp | 159 std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
|
H A D | MemorySSA.cpp | 2327 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) { in getNodeLabel() function 2356 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos in getNodeAttributes()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 207 O << DTraits.getNodeLabel(Node, G) << "</td>"; in writeNode() 209 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode() 242 O << DTraits.getNodeLabel(Node, G); in writeNode() 244 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
|
H A D | DOTGraphTraits.h | 76 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
|
/llvm-project/clang/lib/AST/ |
H A D | StmtViz.cpp | 34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 112 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph); 137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineCFGPrinter.h | 79 std::string getNodeLabel(const MachineBasicBlock *Node,
|
/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 511 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() 666 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot() 500 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { getNodeLabel() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 273 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() 270 static std::string getNodeLabel(const CallGraphNode *Node, getNodeLabel() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 306 std::string getNodeLabel(const BasicBlock *Node, DotFuncBCIInfo *Info) { in getNodeLabel() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 491 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() 490 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { getNodeLabel() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1742 std::string getNodeLabel(const DisplayNode &Node) const { in getEntryNode() 2166 static std::string getNodeLabel(const DisplayNode *Node, 2168 return DiffData->getNodeLabel(*Node); 1724 std::string getNodeLabel(const DisplayNode &Node) const { getNodeLabel() function in __anon5eea9d392a11::DotCfgDiffDisplayGraph 2147 static std::string getNodeLabel(const DisplayNode *Node, getNodeLabel() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 201 std::string getNodeLabel(NodeRef Node, GraphType *) { 202 std::string getNodeLabel(NodeRef Node, GraphType *) { getNodeLabel() function
|