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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp65 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph);
78 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.cpp386 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3248 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/external/llvm/lib/Analysis/
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 DRegionPrinter.cpp41 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { function in struct:llvm::DOTGraphTraits
68 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { function in struct:llvm::DOTGraphTraits
69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node,
H A DBlockFrequencyInfo.cpp83 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
/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/IPA/
H A DCallPrinter.cpp30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { 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
H A DGraphWriter.h176 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
200 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
/external/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, function in class:DOTGraphTraits
/external/clang/lib/Analysis/
H A DCallGraph.cpp219 static std::string getNodeLabel(const CallGraphNode *Node, function in struct:llvm::DOTGraphTraits
H A DCFG.cpp4468 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { function in struct:llvm::DOTGraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp454 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { function in struct:llvm::DOTGraphTraits
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2327 static std::string getNodeLabel(const ExplodedNode *N, void*){ function in struct:llvm::DOTGraphTraits

Completed in 340 milliseconds