Searched refs:InScop (Results 1 – 1 of 1) sorted by relevance
1371 bool InScop = scop->contains(CI); in addUserAssumptions() local1372 if (!InScop && !scop->isDominatedBy(DT, CI->getParent())) in addUserAssumptions()1397 auto *TI = InScop ? CI->getParent()->getTerminator() : nullptr; in addUserAssumptions()1398 BasicBlock *BB = InScop ? CI->getParent() : R.getEntry(); in addUserAssumptions()1399 auto *Dom = InScop ? isl_set_copy(scop->getDomainConditions(BB).get()) in addUserAssumptions()1410 if (InScop) { in addUserAssumptions()