Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DLocationSnapshot.cpp28 AsmState::LocationMap opToLineCol; in generateLocationsFromIR() local
29 AsmState state(op, flags, &opToLineCol); in generateLocationsFromIR()
43 auto it = opToLineCol.find(opIt); in generateLocationsFromIR()
44 if (it == opToLineCol.end()) in generateLocationsFromIR()