Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp349 struct RematNode { struct
351 SmallVector<RematNode *> Operands; argument
352 RematNode() = default;
353 RematNode(Instruction *V) : Node(V) {} in RematNode() function
356 RematNode *EntryNode;
366 std::unique_ptr<RematNode> FirstNode = std::make_unique<RematNode>(I); in RematGraph()
377 void addNode(std::unique_ptr<RematNode> NUPtr, in addNode()
380 RematNode *N = NUPtr.get(); in addNode()
408 std::unique_ptr<RematNode> ChildNode = std::make_unique<RematNode>(D); in addNode()
425 for (RematNode *U : E.second->Operands) in dump()
[all …]