Searched defs:indVar (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | AffineLoopInvariantCodeMotion.cpp | 78 isOpLoopInvariant(Operation & op,Value indVar,ValueRange iterArgs,SmallPtrSetImpl<Operation * > & opsWithUsers,SmallPtrSetImpl<Operation * > & opsToHoist) isOpLoopInvariant() argument 173 areAllOpsInTheBlockListInvariant(Region & blockList,Value indVar,ValueRange iterArgs,SmallPtrSetImpl<Operation * > & opsWithUsers,SmallPtrSetImpl<Operation * > & opsToHoist) areAllOpsInTheBlockListInvariant() argument 190 checkInvarianceOfNestedIfOps(AffineIfOp ifOp,Value indVar,ValueRange iterArgs,SmallPtrSetImpl<Operation * > & opsWithUsers,SmallPtrSetImpl<Operation * > & opsToHoist) checkInvarianceOfNestedIfOps() argument 206 auto indVar = forOp.getInductionVar(); runOnAffineForOp() local
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopRangeFolding.cpp | 38 Value indVar = op.getInductionVar(); in runOnOperation() local
|