Searched refs:getComplexity (Results 1 – 10 of 10) sorted by relevance
253 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1465 Size += AM->getComplexity(); in getPatternSize()
114 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()115 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
7587 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()7588 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()8524 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
457 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()458 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
143 static unsigned getComplexity(Value *V) { in getComplexity() function
569 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
775 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
238 virtual unsigned getComplexity() const { return 1; }437 unsigned getComplexity() const override { return Preds.size(); }
1894 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()