Home
last modified time | relevance | path

Searched refs:then_for (Results 1 – 3 of 3) sorted by relevance

/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dhoist_if_then_else.cc170 Stmt then_for; in RemoveIf() local
190 then_for = IRTransform(for_stmt, nullptr, replace_then_case, in RemoveIf()
197 return std::make_pair(then_for, else_for); in RemoveIf()
349 const Stmt& then_for = generated_for_pair.first; in HoistIf() local
351 for_tracking_map_[for_stmt.get()].at(updated_for_idx) = then_for; in HoistIf()
359 new_if = IfThenElse::make(new_if_node->condition, then_for, else_for); in HoistIf()
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dhoist_if_then_else.cc170 Stmt then_for; in RemoveIf() local
190 then_for = IRTransform(for_stmt, nullptr, replace_then_case, in RemoveIf()
197 return std::make_pair(then_for, else_for); in RemoveIf()
349 const Stmt& then_for = generated_for_pair.first; in HoistIf() local
351 for_tracking_map_[for_stmt.get()].at(updated_for_idx) = then_for; in HoistIf()
359 new_if = IfThenElse::make(new_if_node->condition, then_for, else_for); in HoistIf()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify_Stmts.cpp67 const For *then_for = then_case.as<For>(); in visit() local
102 } else if (then_for && in visit()
104 equal(unwrapped_condition, 0 < then_for->extent)) { in visit()