Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h218 class SCEVPredicate : public FoldingSetNode {
219 friend struct FoldingSetTrait<SCEVPredicate>;
230 ~SCEVPredicate() = default;
231 SCEVPredicate(const SCEVPredicate &) = default;
232 SCEVPredicate &operator=(const SCEVPredicate &) = default;
263 struct FoldingSetTrait<SCEVPredicate> : DefaultFoldingSetTrait<SCEVPredicate> {
306 static bool classof(const SCEVPredicate *P) {
425 void add(const SCEVPredicate *N);
1256 const SCEVPredicate *
2199 FoldingSet<SCEVPredicate> UniquePreds;
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h25 class SCEVPredicate; variable
127 const SCEVPredicate &Preds;
H A DScalarEvolutionExpander.h294 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp5429 SmallVector<const SCEVPredicate *, 3> Predicates; in createAddRecFromPHIWithCastsImpl()
13563 SmallVector<const SCEVPredicate *, 4> Preds; in PrintLoopInfo()
14391 const SCEVPredicate *
14398 ID.AddInteger(SCEVPredicate::P_Compare); in getComparePredicate()
14416 ID.AddInteger(SCEVPredicate::P_Wrap); in getWrapPredicate()
14500 const SCEVPredicate *Pred) in SCEVPredicateRewriter()
14545 const SCEVPredicate *Pred;
14576 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, in SCEVPredicate() function in SCEVPredicate
14704 SmallVector<const SCEVPredicate*, 4> Empty; in PredicatedScalarEvolution()
14739 SmallVector<const SCEVPredicate *, 4> Preds; in getBackedgeTakenCount()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2326 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate()
2330 case SCEVPredicate::P_Union: in expandCodeForPredicate()
2332 case SCEVPredicate::P_Compare: in expandCodeForPredicate()
2334 case SCEVPredicate::P_Wrap: { in expandCodeForPredicate()
2361 SmallVector<const SCEVPredicate *, 4> Pred; in generateOverflowCheck()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp770 const SCEVPredicate &Pred = LAI->getPSE().getPredicate(); in processLoop()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1915 const SCEVPredicate &UnionPred, ElementCount VF, unsigned IC) { in Create()