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

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 450 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
451 /// than the complexity of the RHS. This comparator is used to canonicalize
558 // Addrec complexity grows with operand count.
621 /// complexity, and group objects of the same complexity together by value.
623 /// consecutive and that complexity is monotonically increasing.
642 // Do the rough sort by complexity.
645 // Now that we are sorted by complexity, group elements of the same
646 // complexity. Note that this is, at worst, N^2, but the vector is likely to
651 unsigned Complexity = S->getSCEVType()
    [all...]

Completed in 138 milliseconds