Searched refs:RematGraph (Results 1 – 1 of 1) sorted by relevance
38 struct RematGraph { struct55 RematGraph(const std::function<bool(Instruction &)> &MaterializableCallback, in RematGraph() argument141 template <> struct GraphTraits<RematGraph *> {142 using NodeRef = RematGraph::RematNode *;143 using ChildIteratorType = RematGraph::RematNode **;145 static NodeRef getEntryNode(RematGraph *G) { return G->EntryNode; } in getEntryNode()158 const SmallMapVector<Instruction *, std::unique_ptr<RematGraph>, 8> in rewriteMaterializableInstructions() argument176 RematGraph *RG = E.second.get(); in rewriteMaterializableInstructions()177 ReversePostOrderTraversal<RematGraph *> RPOT(RG); in rewriteMaterializableInstructions()248 const SmallMapVector<Instruction *, std::unique_ptr<RematGraph>, 8> &RM) { in dumpRemats() argument[all …]