Home
last modified time | relevance | path

Searched defs:CommutativeOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Transforms/Utils/
H A DCommutativityUtils.cpp74 struct CommutativeOperand { struct
76 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()