Home
last modified time | relevance | path

Searched refs:RematGraph (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp38 struct RematGraph { struct
55 RematGraph(const std::function<bool(Instruction &)> &MaterializableCallback, in RematGraph() argument
141 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() argument
176 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 …]