max_carried_values 194 src/LoopCarry.cpp int max_carried_values; max_carried_values 356 src/LoopCarry.cpp if (sz + c.size() > (size_t)max_carried_values) { max_carried_values 357 src/LoopCarry.cpp if (sz < (size_t)max_carried_values - 1) { max_carried_values 359 src/LoopCarry.cpp trimmed.emplace_back(c.begin(), c.begin() + max_carried_values - sz); max_carried_values 483 src/LoopCarry.cpp LoopCarryOverLoop(const string &var, const Scope<int> &s, int max_carried_values) max_carried_values 484 src/LoopCarry.cpp : in_consume(s), max_carried_values(max_carried_values) { max_carried_values 501 src/LoopCarry.cpp int max_carried_values; max_carried_values 518 src/LoopCarry.cpp LoopCarryOverLoop carry(op->name, in_consume, max_carried_values); max_carried_values 541 src/LoopCarry.cpp LoopCarry(int max_carried_values) : max_carried_values(max_carried_values) {} max_carried_values 547 src/LoopCarry.cpp Stmt loop_carry(Stmt s, int max_carried_values) { max_carried_values 548 src/LoopCarry.cpp s = LoopCarry(max_carried_values).mutate(s); max_carried_values 15 src/LoopCarry.h Stmt loop_carry(Stmt, int max_carried_values = 8);