Searched defs:newLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | LocationParser.cpp | 84 LocationAttr newLoc; parseFusedLocation() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | AttrTypeSubElements.cpp | 101 if (Attribute newLoc = replaceIfDifferent(op->getLoc())) replaceElementsIn() local |
/llvm-project/mlir/lib/Transforms/ | ||
H A D | LocationSnapshot.cpp | 54 auto newLoc = FileLineColLoc::get(file, lineCol.first, lineCol.second); generateLocationsFromIR() local |
/llvm-project/mlir/lib/Transforms/Utils/ | ||
H A D | InliningUtils.cpp | 37 auto newLoc = CallSiteLoc::get(op->getLoc(), callerLoc); remapInlinedLocations() local |