HomeSort by relevance Sort by last modified time
    Searched refs:getComplexity (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 40 /// getComplexity: Assign a complexity or rank value to LLVM Values...
42 static inline unsigned getComplexity(Value *V) {
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 209 if (I.isCommutative() && getComplexity(I.getOperand(0)) <
210 getComplexity(I.getOperand(1)))
    [all...]

Completed in 151 milliseconds