Home
last modified time | relevance | path

Searched defs:newLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DLocationParser.cpp84 LocationAttr newLoc; parseFusedLocation() local
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp101 if (Attribute newLoc = replaceIfDifferent(op->getLoc())) replaceElementsIn() local
117 if (Attribute newLoc = replaceIfDifferent(arg.getLoc())) replaceElementsIn() local
/llvm-project/mlir/lib/Transforms/
H A DLocationSnapshot.cpp54 auto newLoc = FileLineColLoc::get(file, lineCol.first, lineCol.second); generateLocationsFromIR() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp37 auto newLoc = CallSiteLoc::get(op->getLoc(), callerLoc); remapInlinedLocations() local