Searched defs:getNodeLabel (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/AST/
H A DStmtViz.cpp35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/Analysis/
H A DCallPrinter.cpp30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { function in struct:llvm::DOTGraphTraits
H A DDomPrinter.cpp34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { function in struct:llvm::DOTGraphTraits
61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { function in struct:llvm::DOTGraphTraits
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { function in struct:llvm::DOTGraphTraits
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
H A DBlockFrequencyInfo.cpp83 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { function in struct:llvm::DOTGraphTraits
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { function in struct:llvm::DOTGraphTraits
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h68 /// getNodeLabel - Given a node and a pointer to the top level graph, return
71 std::string getNodeLabel(const void *, const GraphType &) { function in struct:llvm::DefaultDOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp67 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph);
80 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, function in class:DOTGraphTraits
H A DMachineBlockFrequencyInfo.cpp90 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp417 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3367 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/external/clang/lib/Analysis/
H A DCallGraph.cpp216 static std::string getNodeLabel(const CallGraphNode *Node, function in struct:llvm::DOTGraphTraits
H A DCFG.cpp4626 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { function in struct:llvm::DOTGraphTraits
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DGraphvizGrapher.java118 attrs.put("label", getNodeLabel(node));
132 protected String getNodeLabel(GraphvizNode node) { method in class:GraphvizGrapher
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp119 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, function in class:DOTGraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp467 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { function in struct:llvm::DOTGraphTraits
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2491 static std::string getNodeLabel(const ExplodedNode *N, void*){ function in struct:llvm::DOTGraphTraits

Completed in 564 milliseconds