Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp160 SmallVector<Location> outlinedFuncArgLocs; in outlineSingleBlockRegion() local
166 outlinedFuncArgLocs.push_back(arg.getLoc()); in outlineSingleBlockRegion()
170 outlinedFuncArgLocs.push_back(value.getLoc()); in outlineSingleBlockRegion()
200 ArrayRef<Location>(outlinedFuncArgLocs) in outlineSingleBlockRegion()