Home
last modified time | relevance | path

Searched defs:GraphWriter (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DScheduleDAG.h41 template<class Graph> class GraphWriter; variable
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DGraphWriter.h96 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function