Searched refs:matchLocs (Results 1 – 1 of 1) sorted by relevance
1136 SmallVector<Location, 4> matchLocs; in execute() local1137 matchLocs.reserve(numMatchLocs); in execute()1139 matchLocs.push_back(read<Operation *>()->getLoc()); in execute()1140 Location matchLoc = rewriter.getFusedLoc(matchLocs); in execute()