Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombine.h42 static inline unsigned getComplexity(Value *V) { in getComplexity() function
DInstCombineCompares.cpp2093 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()
2094 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()
3225 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
DInstructionCombining.cpp209 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()
210 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()