Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DVectorizeLoops.cpp1478 bool all_stores_in_scope(const Stmt &stmt, const Scope<> &scope) { in all_stores_in_scope() function
1499 if (!in_thread || all_stores_in_scope(op->body, local_allocs)) { in visit()