Home
last modified time | relevance | path

Searched refs:getNodeLabel (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomPrinter.h29 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) {
54 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) {
55 return DOTGraphTraits<DomTreeNode *>::getNodeLabel(Node,
71 std::string getNodeLabel(DomTreeNode *Node,
73 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
H A DRegionPrinter.h35 LLVM_ABI std::string getNodeLabel(RegionNode *Node, RegionNode *Graph);
H A DDDGPrinter.h52 std::string getNodeLabel(const DDGNode *Node,
H A DCFGPrinter.h215 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
H A DBlockFrequencyInfoImpl.h1820 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp58 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 DMachineBlockFrequencyInfo.cpp127 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
145 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
H A DMachineFunction.cpp713 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp34 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 DBlockFrequencyInfo.cpp131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function
134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel()
H A DDDGPrinter.cpp59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node, in getNodeLabel() function in DDGDotGraphTraits
H A DCallPrinter.cpp159 std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
H A DMemorySSA.cpp2327 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) { in getNodeLabel() function
2356 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos in getNodeAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h209 O << DTraits.getNodeLabel(Node, G) << "</td>"; in writeNode()
211 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
244 O << DTraits.getNodeLabel(Node, G); in writeNode()
246 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
H A DDOTGraphTraits.h76 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp112 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h79 std::string getNodeLabel(const MachineBasicBlock *Node,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp511 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() function
666 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp269 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp306 std::string getNodeLabel(const BasicBlock *Node, DotFuncBCIInfo *Info) { in getNodeLabel() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp493 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1730 std::string getNodeLabel(const DisplayNode &Node) const { in getNodeLabel() function in __anon94a753662a11::DotCfgDiffDisplayGraph
2149 static std::string getNodeLabel(const DisplayNode *Node, in getNodeLabel() function
2151 return DiffData->getNodeLabel(*Node); in getNodeLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp201 std::string getNodeLabel(NodeRef Node, GraphType *) { in getNodeLabel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1244 std::string getNodeLabel(const SplitGraph::Node *N, const SplitGraph &SG) { in getNodeLabel() function

12