Searched refs:getUnionPredicate (Results 1 – 8 of 8) sorted by relevance
537 if (PSE.getUnionPredicate().isAlwaysTrue()) { in addInductionPhi()814 if (PSE.getUnionPredicate().isAlwaysTrue()) { in canVectorizeInstrs()882 PSE.addPredicate(LAI->getPSE().getUnionPredicate()); in canVectorizeMemory()1213 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
5620 if (!PSE.getUnionPredicate().getPredicates().empty()) { in runtimeChecksRequired()10090 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()
533 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()544 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
773 const SCEVUnionPredicate &Pred = LAI->getPSE().getUnionPredicate(); in processLoop()
2137 const SCEVUnionPredicate &getUnionPredicate() const;
2240 PSE->getUnionPredicate().print(OS, Depth); in print()
13199 const SCEVUnionPredicate &PredicatedScalarEvolution::getUnionPredicate() const { in getUnionPredicate() function in PredicatedScalarEvolution