Searched defs:CommutativeOperand (Results 1 – 1 of 1) sorted by relevance
74 struct CommutativeOperand { struct76 Value operand;80 std::queue<Operation *> ancestorQueue;84 DenseSet<Operation *> visitedAncestors;113 SmallVector<AncestorKey, 4> key;118 void pushAncestor(Operation *op) { in pushAncestor()131 void refreshKey() { in refreshKey()143 void popFrontAndPushAdjacentUnvisitedAncestors() { in popFrontAndPushAdjacentUnvisitedAncestors()