Searched refs:getComplexity (Results 1 – 19 of 19) sorted by relevance
211 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1267 Size += AM->getComplexity(); in getPatternSize()
40 static inline unsigned getComplexity(Value *V) { in getComplexity() function
1781 if (getComplexity(Op0) < getComplexity(Op1)) { in visitICmpInst()2774 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
179 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()180 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
489 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
697 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
197 virtual unsigned getComplexity() const { return 1; }404 unsigned getComplexity() const override { return Preds.size(); }
525 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
740 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
205 virtual unsigned getComplexity() const { return 1; }414 unsigned getComplexity() const override { return Preds.size(); }
52 static inline unsigned getComplexity(Value *V) { in getComplexity() function
3156 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()3157 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()4542 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
193 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()194 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
1054 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
80 static inline unsigned getComplexity(Value *V) { in getComplexity() function
4612 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()4613 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()5126 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
302 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()303 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
4482 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()