Searched refs:getComplexity (Results 1 – 10 of 10) sorted by relevance
220 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1455 Size += AM->getComplexity(); in getPatternSize()
123 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()124 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
6155 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()6156 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()6822 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
417 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()418 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
127 static unsigned getComplexity(Value *V) { in getComplexity() function
547 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
776 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
241 virtual unsigned getComplexity() const { return 1; }441 unsigned getComplexity() const override { return Preds.size(); }
1366 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()