Searched defs:RematNode (Results 1 – 1 of 1) sorted by relevance
352 struct RematNode { struct353 Instruction *Node;354 SmallVector<RematNode *> Operands;356 RematNode(Instruction *V) : Node(V) {} in RematNode() function