/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() 104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() 135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
|
D | CFGPrinter.h | 30 static std::string getGraphName(const Function *F) {
|
D | BlockFrequencyInfoImpl.h | 1253 static std::string getGraphName(const BlockFrequencyInfoT *G) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction() 66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
|
D | CFGPrinter.h | 31 static std::string getGraphName(const Function *F) {
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DomPrinter.cpp | 57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() function 73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() function
|
D | RegionPrinter.cpp | 64 static std::string getGraphName(RegionInfo *DT) { in getGraphName() function
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() function 73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() function
|
D | RegionPrinter.cpp | 67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() function 235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
|
D | CallPrinter.cpp | 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 38 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
|
D | MachineFunction.cpp | 337 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 33 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
|
D | MachineFunction.cpp | 459 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
|
D | MachineScheduler.cpp | 3480 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
|
D | GraphWriter.h | 114 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 57 static std::string getGraphName(CallGraph *F) { in getGraphName() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DOTGraphTraits.h | 45 static std::string getGraphName(const GraphType& Graph) { return ""; } in getGraphName() function
|
D | GraphWriter.h | 110 std::string GraphName = DTraits.getGraphName(G); in writeHeader()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 77 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 75 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Trie.h | 308 static std::string getGraphName(const Trie<Payload>& T) {
|