Searched refs:getComplexity (Results 1 – 7 of 7) sorted by relevance
197 virtual unsigned getComplexity() const { return 1; }307 unsigned getComplexity() const override { return Preds.size(); }
462 if (LAI.PSE.getUnionPredicate().getComplexity() > in processLoop()
765 if (Pred.getComplexity() > DistributeSCEVCheckThreshold) { in processLoop()
52 static inline unsigned getComplexity(Value *V) { in getComplexity() function
2744 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()2745 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()4083 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
197 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()198 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
4156 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()