Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1371 bool InScop = scop->contains(CI); in addUserAssumptions() local
1372 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()