HomeSort by relevance Sort by last modified time
    Searched refs:getGraphName (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
CFGPrinter.h 31 static std::string getGraphName(const Function *F) {
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
CFGPrinter.h 30 static std::string getGraphName(const Function *F) {
  /external/llvm/lib/Analysis/
CallPrinter.cpp 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; }
DomPrinter.cpp 57 static std::string getGraphName(DominatorTree *DT) {
73 static std::string getGraphName(PostDominatorTree *DT) {
RegionPrinter.cpp 67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; }
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
CFGPrinter.h 59 static std::string getGraphName(const Function *F) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CallPrinter.cpp 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; }
DomPrinter.cpp 57 static std::string getGraphName(DominatorTree *DT) {
73 static std::string getGraphName(PostDominatorTree *DT) {
RegionPrinter.cpp 67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; }
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI);
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 41 /// getGraphName - Return the label for the graph as a whole. Printed at the
45 static std::string getGraphName(const GraphType &) { return ""; }
GraphWriter.h 114 std::string GraphName = DTraits.getGraphName(G);
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 33 static std::string getGraphName(const ScheduleDAG *G) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DOTGraphTraits.h 41 /// getGraphName - Return the label for the graph as a whole. Printed at the
45 static std::string getGraphName(const GraphType& Graph) { return ""; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGPrinter.cpp 38 static std::string getGraphName(const ScheduleDAG *G) {
  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 57 static std::string getGraphName(CallGraph *F) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DOTGraphTraits.h 41 /// getGraphName - Return the label for the graph as a whole. Printed at the
45 static std::string getGraphName(const GraphType &) { return ""; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 31 static std::string getGraphName(const ScheduleDAG *G) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DomPrinter.cpp 57 static std::string getGraphName(DominatorTree *DT) {
73 static std::string getGraphName(PostDominatorTree *DT) {
RegionPrinter.cpp 64 static std::string getGraphName(RegionInfo *DT) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 75 static std::string getGraphName(const SelectionDAG *G) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 77 static std::string getGraphName(const SelectionDAG *G) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 73 static std::string getGraphName(const SelectionDAG *G) {

Completed in 4096 milliseconds

1 2