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

/freebsd-11-stable/contrib/llvm-project/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, function in class:DOTGraphTraits
H A DMachineBlockFrequencyInfo.cpp125 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
143 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),
H A DMachineFunction.cpp561 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3713 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/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 DCallPrinter.cpp30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { 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(
H A DBlockFrequencyInfo.cpp131 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h67 /// getNodeLabel - Given a node and a pointer to the top level graph, return
70 std::string getNodeLabel(const void *, const GraphType &) { function in struct:llvm::DefaultDOTGraphTraits
H A DGraphWriter.h173 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
198 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
/freebsd-11-stable/contrib/llvm-project/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, function in class:DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h119 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
H A DBlockFrequencyInfoImpl.h1412 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph, function in struct:llvm::BFIDOTGraphTraitsBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp366 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) {
494 A.add("label", getNodeLabel(VI, SummaryIt.second));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp266 static std::string getNodeLabel(const CallGraphNode *Node, function in struct:llvm::DOTGraphTraits
H A DCFG.cpp6018 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp492 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp203 std::string getNodeLabel(NodeRef Node, GraphType *) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1783 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3084 static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){ function in struct:llvm::DOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2298 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) { function in struct:DOTGraphTraits

Completed in 268 milliseconds