Searched refs:SLDist (Results 1 – 2 of 2) sorted by relevance
3032 uint64_t SLDist = DC.getStoreLoadForwardSafeDistanceInBits(); in print() local3033 OS << ", with a maximum safe store-load forward width of " << SLDist in print()
3528 unsigned SLDist = Legal->getMaxStoreLoadForwardSafeDistanceInBits(); in computeFeasibleMaxVF() local3530 std::min(MaxSafeElementsPowerOf2, SLDist / WidestType); in computeFeasibleMaxVF()