Lines Matching defs:SecondDim
533 /// Permute FirstDim and SecondDim dimensions of the Node.
537 /// @param SecondDim The second dimension to be permuted.
540 unsigned SecondDim) {
543 std::max(FirstDim, SecondDim));
547 auto PartialScheduleSecondDim = PartialSchedule.at(SecondDim);
549 PartialSchedule.set_union_pw_aff(SecondDim, PartialScheduleFirstDim);
761 /// where I is @p FirstDim, J is @p SecondDim.
779 /// @param FirstDim, SecondDim The input dimensions that are used to define
783 unsigned SecondDim) {
788 AccessRel = AccessRel.equate(isl::dim::in, SecondDim, isl::dim::out, 2);