Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomPrinter.cpp34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() function
61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() function
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel() function
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
H A DRegionPrinter.cpp44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() function
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function
70 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
H A DBlockFrequencyInfo.cpp133 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function
136 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.cpp153 std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
H A DMemorySSA.cpp2276 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) { in getNodeLabel() function
2305 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos in getNodeAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp63 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
76 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.cpp584 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
H A DMachineScheduler.cpp3896 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtViz.cpp34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp116 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDGPrinter.h50 std::string getNodeLabel(const DDGNode *Node,
H A DCFGPrinter.h199 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
H A DBlockFrequencyInfoImpl.h1527 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
H A DGraphWriter.h171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
196 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp474 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() function
612 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp270 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
H A DCFG.cpp6043 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp520 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp203 std::string getNodeLabel(NodeRef Node, GraphType *) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2114 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2514 static std::string getNodeLabel(const AADepGraphNode *Node, in getNodeLabel() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3170 static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){ in getNodeLabel() function

12