Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h197 virtual unsigned getComplexity() const { return 1; }
307 unsigned getComplexity() const override { return Preds.size(); }
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp462 if (LAI.PSE.getUnionPredicate().getComplexity() > in processLoop()
DLoopDistribute.cpp765 if (Pred.getComplexity() > DistributeSCEVCheckThreshold) { in processLoop()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h52 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp2744 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
2745 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
4083 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp197 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
198 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4156 if (PSE.getUnionPredicate().getComplexity() > SCEVThreshold) { in canVectorize()