Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDomPrinter.h29 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) {
54 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) {
55 return DOTGraphTraits<DomTreeNode *>::getNodeLabel(Node,
71 std::string getNodeLabel(DomTreeNode *Node,
73 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
HDRegionPrinter.h34 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph);
HDDDGPrinter.h52 std::string getNodeLabel(const DDGNode *Node,
HDCFGPrinter.h223 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
HDBlockFrequencyInfoImpl.h1845 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAGPrinter.cpp58 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
71 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
HDMachineBlockFrequencyInfo.cpp127 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
145 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
HDMachineFunction.cpp672 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDRegionPrinter.cpp34 std::string DOTGraphTraits<RegionNode *>::getNodeLabel(RegionNode *Node, in getNodeLabel() function in llvm::DOTGraphTraits
56 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function
57 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
HDBlockFrequencyInfo.cpp131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function
134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel()
HDDDGPrinter.cpp59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node, in getNodeLabel() function in DDGDotGraphTraits
HDCallPrinter.cpp159 std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
HDMemorySSA.cpp2327 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) { in getNodeLabel() function
2356 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos in getNodeAttributes()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGraphWriter.h207 O << DTraits.getNodeLabel(Node, G) << "</td>"; in writeNode()
209 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
242 O << DTraits.getNodeLabel(Node, G); in writeNode()
244 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
HDDOTGraphTraits.h76 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtViz.cpp34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGPrinter.cpp112 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineCFGPrinter.h79 std::string getNodeLabel(const MachineBasicBlock *Node,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDModuleSummaryIndex.cpp500 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() function
655 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCallGraph.cpp270 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDBlockCoverageInference.cpp306 std::string getNodeLabel(const BasicBlock *Node, DotFuncBCIInfo *Info) { in getNodeLabel() function
HDPGOInstrumentation.cpp2379 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDModuleManager.cpp490 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp1733 std::string getNodeLabel(const DisplayNode &Node) const { in getNodeLabel() function in __anoncd6302c02a11::DotCfgDiffDisplayGraph
2156 static std::string getNodeLabel(const DisplayNode *Node, in getNodeLabel() function
2158 return DiffData->getNodeLabel(*Node); in getNodeLabel()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.cpp202 std::string getNodeLabel(NodeRef Node, GraphType *) { in getNodeLabel() function

12