Lines Matching defs:before
61 LogicalResult visitOperation(Operation *op, const LastModification &before,
66 const LastModification &before,
72 const LastModification &before,
87 Operation *op, const LastModification &before, LastModification *after) {
132 ChangeResult result = after->join(before);
152 const LastModification &before, LastModification *after) {
168 ChangeResult result = after->join(before);
179 (void)visitOperation(call, before, after);
183 call, action, before, after);
188 std::optional<unsigned> regionTo, const LastModification &before,
192 branch, regionFrom, regionTo, before, after);
199 (void)visitOperation(branch, before, after);