Searched refs:getComplexity (Results 1 – 10 of 10) sorted by relevance
235 unsigned getComplexity() const { return Complexity; } in getComplexity() function
1438 Size += AM->getComplexity(); in getPatternSize()
118 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp()119 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp()
6940 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()6941 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()7641 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
410 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()411 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
138 static unsigned getComplexity(Value *V) { in getComplexity() function
554 if (LAI.getPSE().getPredicate().getComplexity() > in processLoop()
773 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
241 virtual unsigned getComplexity() const { return 1; }441 unsigned getComplexity() const override { return Preds.size(); }
1511 if (PSE.getPredicate().getComplexity() > SCEVThreshold) { in canVectorize()