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

  /external/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/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 110 std::string GraphName = DTraits.getGraphName(G);
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 37 static std::string getGraphName(const ScheduleDAG *G) {
MachineFunction.cpp 342 static std::string getGraphName(const MachineFunction *F) {
  /external/llvm/tools/opt/
GraphPrinters.cpp 57 static std::string getGraphName(CallGraph *F) {
  /external/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/llvm/include/llvm/ADT/
Trie.h 306 static std::string getGraphName(const Trie<Payload>& T) {

Completed in 380 milliseconds