Searched refs:getUnionPredicate (Results 1 – 8 of 8) sorted by relevance
553 if (PSE.getUnionPredicate().isAlwaysTrue()) { in addInductionPhi()830 if (PSE.getUnionPredicate().isAlwaysTrue()) { in canVectorizeInstrs()900 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()1234 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
5560 if (!PSE.getUnionPredicate().getPredicates().empty()) { in runtimeChecksRequired()10296 Checks.Create(L, *LVL.getLAI(), PSE.getUnionPredicate()); in processLoop()
45 Preds(LAI.getPSE().getUnionPredicate()), LAI(LAI), LI(LI), DT(DT), in LoopVersioning()282 !LAI.getPSE().getUnionPredicate().isAlwaysTrue())) { in runImpl()
532 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()543 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
773 const SCEVUnionPredicate &Pred = LAI->getPSE().getUnionPredicate(); in processLoop()
2179 const SCEVUnionPredicate &getUnionPredicate() const;
2239 PSE->getUnionPredicate().print(OS, Depth); in print()
13723 const SCEVUnionPredicate &PredicatedScalarEvolution::getUnionPredicate() const { in getUnionPredicate() function in PredicatedScalarEvolution