Searched refs:joinAnterior (Results 1 – 2 of 2) sorted by relevance
160 Target(bool m, bool j, bool s) : hasJoin(m), joinAnterior(j), hasSWSched(s) { } in Target()246 const bool joinAnterior; // true if join is executed before the op variable
3495 if (prog->getTarget()->joinAnterior) { in tryPredicateConditional()