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 41 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
74 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
105 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
137 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
CFGPrinter.h 30 static std::string getGraphName(const Function *F) {
  /external/llvm/lib/Analysis/IPA/
CallPrinter.cpp 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; }
  /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 382 static std::string getGraphName(const MachineFunction *F) {
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Analysis/
DomPrinter.cpp 57 static std::string getGraphName(DominatorTree *DT) {
73 static std::string getGraphName(PostDominatorTree *DT) {
BlockFrequencyInfo.cpp 79 static std::string getGraphName(const BlockFrequencyInfo *G) {
RegionPrinter.cpp 64 static std::string getGraphName(RegionInfoPass *DT) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 75 static std::string getGraphName(const SelectionDAG *G) {

Completed in 596 milliseconds