Searched refs:hasSWSched (Results 1 – 3 of 3) sorted by relevance
119 Target(bool j, bool s) : joinAnterior(j), hasSWSched(s) { } in Target()191 const bool hasSWSched; // true if code should provide scheduling data variable
181 if (prog->getTarget()->hasSWSched) { in prepareEmission()
2308 if (targ->hasSWSched) { in prepareEmission()2316 writeIssueDelays(target->hasSWSched) in CodeEmitterNVC0()