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

  /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);
BlockFrequencyInfo.cpp 79 static std::string getGraphName(const BlockFrequencyInfo *G) {
  /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 34 static std::string getGraphName(const ScheduleDAG *G) {
MachineBlockFrequencyInfo.cpp 86 static std::string getGraphName(const MachineBlockFrequencyInfo *G) {
MachineFunction.cpp 413 static std::string getGraphName(const MachineFunction *F) {
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 75 static std::string getGraphName(const SelectionDAG *G) {

Completed in 1169 milliseconds