Home
last modified time | relevance | path

Searched refs:getComplexity (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h211 unsigned getComplexity() const { return Complexity; } in getComplexity() function
H A DCodeGenDAGPatterns.cpp1291 Size += AM->getComplexity(); in getPatternSize()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp525 if (LAI.getPSE().getUnionPredicate().getComplexity() > in processLoop()
H A DLoopDistribute.cpp772 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h205 virtual unsigned getComplexity() const { return 1; }
414 unsigned getComplexity() const override { return Preds.size(); }
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1139 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h83 static inline unsigned getComplexity(Value *V) { in getComplexity() function
H A DInstCombineCompares.cpp4766 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()
H A DInstructionCombining.cpp309 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
310 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()