Home
last modified time | relevance | path

Searched defs:currentLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp520 throughValueLoc](Location currentLoc) { in recordOpHandleInvalidationOne() argument
580 opLoc, valueLoc](Location currentLoc) { in recordValueHandleInvalidationByOpHandleOne() argument
618 newlyInvalidated[handle.get()] = [owner, operandNo](Location currentLoc) { in recordOpHandleInvalidation() argument
677 valueLoc](Location currentLoc) { in recordValueHandleInvalidation() argument
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp716 Location currentLoc = loc; in buildLoopNest() local