Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h41 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp1816 if (getComplexity(Op0) < getComplexity(Op1)) { in visitICmpInst()
2853 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp188 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
189 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()