Searched refs:getForInductionVarOwner (Results 1 – 14 of 14) sorted by relevance
102 if (auto affIv = getForInductionVarOwner(operand)) { in getBackwardSliceImpl()106 } else if (auto loopIv = scf::getForInductionVarOwner(operand)) { in getBackwardSliceImpl()
86 } else if (auto loop = getForInductionVarOwner(value)) { in getAsConstraints()297 if (auto loop = getForInductionVarOwner(operand)) { in compute()354 if ((iv = getForInductionVarOwner(id)) && in compute()558 auto loop = getForInductionVarOwner(value); in addMissingLoopIVBounds()
594 commonLoops->push_back(getForInductionVarOwner(srcDomain.getIdValue(i))); in getNumCommonLoops()631 AffineForOp forOp = getForInductionVarOwner(commonForIV); in getCommonBlock()
625 if (ids[i].hasValue() && getForInductionVarOwner(ids[i].getValue())) in convertLoopIVSymbolsToDims()642 if (auto loop = getForInductionVarOwner(id)) { in addInductionVarOrTerminalSymbol()
46 ForOp getForInductionVarOwner(Value val);
32 LoopOp getForInductionVarOwner(mlir::Value val);
112 if (llvm::is_contained(userIVs, getForInductionVarOwner(indVar))) { in isOpLoopInvariant()
380 auto forOp = getForInductionVarOwner(loopIV); in fuseLoops()523 AffineForOp forOp = getForInductionVarOwner(slice.ivs[i]); in buildSliceTripCountMap()
754 auto li = getForInductionVarOwner(i), lj = getForInductionVarOwner(j), in TEST_FUNC()755 lk1 = getForInductionVarOwner(k1), lk2 = getForInductionVarOwner(k2); in TEST_FUNC()
386 AffineForOp getForInductionVarOwner(Value val);
418 if (auto forOp = scf::getForInductionVarOwner(dim)) in substitute()
246 ForOp mlir::scf::getForInductionVarOwner(Value val) { in getForInductionVarOwner() function in mlir::scf
1774 return getForInductionVarOwner(val) != AffineForOp(); in isForInductionVar()1779 AffineForOp mlir::getForInductionVarOwner(Value val) { in getForInductionVarOwner() function in mlir
868 fir::LoopOp fir::getForInductionVarOwner(mlir::Value val) { in getForInductionVarOwner() function in fir