HomeSort by: relevance | last modified time | path
    Searched defs:getGraphName (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDGPrinter.h 43 std::string getGraphName(const DataDependenceGraph *G) {
CFGPrinter.h 130 static std::string getGraphName(DOTFuncInfo *CFGInfo) {
BlockFrequencyInfoImpl.h 1493 static StringRef getGraphName(const BlockFrequencyInfoT *G) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 30 static std::string getGraphName(const ScheduleDAG *G) {
MachineFunction.cpp 580 static std::string getGraphName(const MachineFunction *F) {
MachineScheduler.cpp 3869 static std::string getGraphName(const ScheduleDAG *G) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 40 /// getGraphName - Return the label for the graph as a whole. Printed at the
44 static std::string getGraphName(const GraphType &) { return ""; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
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);
CallPrinter.cpp 141 static std::string getGraphName(CallGraphDOTInfo *CGInfo) {
241 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo);
MemorySSA.cpp 2271 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 72 static std::string getGraphName(const SelectionDAG *G) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 2110 static std::string getGraphName(const PGOUseFunc *G) {

Completed in 67 milliseconds