HomeSort by: relevance | last modified time | path
    Searched refs:getNodeLabel (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 63 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
MachineBlockFrequencyInfo.cpp 127 std::string getNodeLabel(const MachineBasicBlock *Node,
145 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),
MachineFunction.cpp 584 std::string getNodeLabel(const MachineBasicBlock *Node,
MachineScheduler.cpp 3896 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) {
61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) {
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) {
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
RegionPrinter.cpp 44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) {
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) {
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
DDGPrinter.cpp 59 std::string DDGDotGraphTraits::getNodeLabel(const DDGNode *Node,
BlockFrequencyInfo.cpp 133 std::string getNodeLabel(const BasicBlock *Node,
136 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT());
CallPrinter.cpp 153 std::string getNodeLabel(const CallGraphNode *Node,
MemorySSA.cpp 2276 std::string getNodeLabel(const BasicBlock *Node, DOTFuncMSSAInfo *CFGInfo) {
2305 return getNodeLabel(Node, CFGInfo).find(';') != std::string::npos
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp 34 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDGPrinter.h 50 std::string getNodeLabel(const DDGNode *Node,
CFGPrinter.h 199 std::string getNodeLabel(const BasicBlock *Node, DOTFuncInfo *CFGInfo) {
BlockFrequencyInfoImpl.h 1527 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 68 /// getNodeLabel - Given a node and a pointer to the top level graph, return
71 std::string getNodeLabel(const void *, const GraphType &) {
GraphWriter.h 171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
196 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 116 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 270 static std::string getNodeLabel(const CallGraphNode *Node,
CFG.cpp 6043 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 474 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) {
612 A.add("label", getNodeLabel(VI, SummaryIt.second));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 520 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp 203 std::string getNodeLabel(NodeRef Node, GraphType *) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 2514 static std::string getNodeLabel(const AADepGraphNode *Node,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 2114 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 3170 static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){

Completed in 39 milliseconds

1 2