Lines Matching defs:OuterTripCount
124 Value *OuterTripCount = nullptr; // will be the new flattened loop
643 // InnerTripCount and OuterTripCount can be assumed not to happen.
656 FI.InnerTripCount, FI.OuterTripCount,
710 FI.OuterInductionPHI, FI.OuterTripCount,
720 if (!FI.OuterLoop->isLoopInvariant(FI.OuterTripCount)) {
764 FI.InnerTripCount, FI.OuterTripCount, "flatten.tripcount",
856 // (OuterTripCount * InnerTripCount) as the new trip count is safe.
955 FI.OuterTripCount->getType()->getScalarSizeInBits())) {
982 FI.OuterTripCount->getType());
983 Value *Call = Builder.CreateCall(F, {FI.OuterTripCount, FI.InnerTripCount},