Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
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()
DRegionPrinter.cpp41 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() function
68 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function
69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node, in getNodeLabel()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp64 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph);
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
DMachineFunction.cpp341 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
/external/clang/lib/AST/
DStmtViz.cpp35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp114 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
139 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/external/llvm/tools/opt/
DGraphPrinters.cpp61 static std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h71 std::string getNodeLabel(const void *Node, const GraphType& Graph) { in getNodeLabel() function
DGraphWriter.h171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
191 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h75 std::string getNodeLabel(const BasicBlock *Node,
/external/clang/lib/Index/
DCallGraph.cpp142 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
/external/llvm/include/llvm/ADT/
DTrie.h312 static std::string getNodeLabel(NodeType* Node, const Trie<Payload>& T) {
/external/llvm/lib/CompilerDriver/
DCompilationGraph.cpp609 static std::string getNodeLabel(const Node* N, const GraphType&) in getNodeLabel() function
/external/clang/lib/Analysis/
DCFG.cpp3698 static std::string getNodeLabel(const CFGBlock* Node, const CFG* Graph) { in getNodeLabel() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3068 static std::string getNodeLabel(const ExplodedNode* N, void*){ in getNodeLabel() function