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

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

Completed in 182 milliseconds