Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DLocation.cpp51 for (Location subLoc : fusedLoc.getLocations()) in walk() local
52 if (subLoc->walk(walkFn).wasInterrupted()) in walk()
H A DDiagnostics.cpp407 for (auto subLoc : loc.cast<FusedLoc>().getLocations()) { in getCallSiteLoc() local
408 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc()