Home
last modified time | relevance | path

Searched refs:mappedLocations (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp32 DenseMap<Location, Location> mappedLocations; in remapInlinedLocations() local
34 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()