Searched refs:InScop (Results 1 – 1 of 1) sorted by relevance
1533 bool InScop = scop->contains(CI); in addUserAssumptions() local1534 if (!InScop && !scop->isDominatedBy(DT, CI->getParent())) in addUserAssumptions()1559 auto *TI = InScop ? CI->getParent()->getTerminator() : nullptr; in addUserAssumptions()1560 BasicBlock *BB = InScop ? CI->getParent() : R.getEntry(); in addUserAssumptions()1561 auto *Dom = InScop ? isl_set_copy(scop->getDomainConditions(BB).get()) in addUserAssumptions()1572 if (InScop) { in addUserAssumptions()