Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h215 class SCEVPredicate : public FoldingSetNode {
216 friend struct FoldingSetTrait<SCEVPredicate>;
227 ~SCEVPredicate() = default;
228 SCEVPredicate(const SCEVPredicate &) = default;
229 SCEVPredicate &operator=(const SCEVPredicate &) = default;
260 struct FoldingSetTrait<SCEVPredicate> : DefaultFoldingSetTrait<SCEVPredicate> {
303 static bool classof(const SCEVPredicate *P) {
422 void add(const SCEVPredicate *N);
1167 const SCEVPredicate *
2106 FoldingSet<SCEVPredicate> UniquePreds;
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h25 class SCEVPredicate; variable
127 const SCEVPredicate &Preds;
H A DScalarEvolutionExpander.h287 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5281 SmallVector<const SCEVPredicate *, 3> Predicates; in createAddRecFromPHIWithCastsImpl()
13207 SmallVector<const SCEVPredicate *, 4> Preds; in PrintLoopInfo()
13991 const SCEVPredicate *
13998 ID.AddInteger(SCEVPredicate::P_Compare); in getComparePredicate()
14016 ID.AddInteger(SCEVPredicate::P_Wrap); in getWrapPredicate()
14100 const SCEVPredicate *Pred) in SCEVPredicateRewriter()
14144 const SCEVPredicate *Pred;
14175 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, in SCEVPredicate() function in SCEVPredicate
14303 SmallVector<const SCEVPredicate*, 4> Empty; in PredicatedScalarEvolution()
14338 SmallVector<const SCEVPredicate *, 4> Preds; in getBackedgeTakenCount()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2335 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate()
2339 case SCEVPredicate::P_Union: in expandCodeForPredicate()
2341 case SCEVPredicate::P_Compare: in expandCodeForPredicate()
2343 case SCEVPredicate::P_Wrap: { in expandCodeForPredicate()
2370 SmallVector<const SCEVPredicate *, 4> Pred; in generateOverflowCheck()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp772 const SCEVPredicate &Pred = LAI->getPSE().getPredicate(); in processLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1881 const SCEVPredicate &UnionPred, ElementCount VF, unsigned IC) { in Create()