Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCF.h51 ParallelOp getParallelForInductionVarOwner(Value val);
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopCanonicalization.cpp164 if (scf::ParallelOp parOp = scf::getParallelForInductionVarOwner(iv)) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2294 ParallelOp mlir::scf::getParallelForInductionVarOwner(Value val) { in getParallelForInductionVarOwner() function in mlir::scf