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

  /external/llvm/include/llvm/Target/
TargetLowering.h 601 /// performance threshold for such a replacement. If OptSize is true,
602 /// return the limit for functions that have OptSize attribute.
604 unsigned getMaxStoresPerMemset(bool OptSize) const {
605 return OptSize ? maxStoresPerMemsetOptSize : maxStoresPerMemset;
610 /// performance threshold for such a replacement. If OptSize is true,
611 /// return the limit for functions that have OptSize attribute.
613 unsigned getMaxStoresPerMemcpy(bool OptSize) const {
614 return OptSize ? maxStoresPerMemcpyOptSize : maxStoresPerMemcpy;
619 /// performance threshold for such a replacement. If OptSize is true,
620 /// return the limit for functions that have OptSize attribute
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 162 milliseconds