Searched refs:mappedLocations (Results 1 – 1 of 1) sorted by relevance
32 DenseMap<Location, Location> mappedLocations; in remapInlinedLocations() local34 auto it = mappedLocations.find(op->getLoc()); in remapInlinedLocations()35 if (it == mappedLocations.end()) { in remapInlinedLocations()37 it = mappedLocations.try_emplace(op->getLoc(), newLoc).first; in remapInlinedLocations()