Searched refs:getComplexity (Results 1 – 10 of 10) sorted by relevance
250 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1442 Size += AM->getComplexity(); in getPatternSize()
118 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()119 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
7303 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()7304 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()8058 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
428 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()429 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
139 static unsigned getComplexity(Value *V) { in getComplexity() function
570 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
775 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
241 virtual unsigned getComplexity() const { return 1; }441 unsigned getComplexity() const override { return Preds.size(); }
1529 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()