Home
last modified time | relevance | path

Searched refs:getMaxStoresPerMemmove (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h846 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4144 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()