Searched refs:getComplexity (Results 1 – 9 of 9) sorted by relevance
211 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1291 Size += AM->getComplexity(); in getPatternSize()
525 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
772 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
205 virtual unsigned getComplexity() const { return 1; }414 unsigned getComplexity() const override { return Preds.size(); }
1139 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
83 static inline unsigned getComplexity(Value *V) { in getComplexity() function
4766 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()4767 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()5402 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
309 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()310 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()