Searched refs:StoresIC (Results 1 – 2 of 2) sorted by relevance
5489 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount() local5499 StoresIC = std::min(StoresIC, F); in selectInterleaveCount()5504 std::max(StoresIC, LoadsIC) > SmallIC) { in selectInterleaveCount()5506 return std::max(StoresIC, LoadsIC); in selectInterleaveCount()
5250 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount() local5260 StoresIC = std::min(StoresIC, F); in selectInterleaveCount()5265 std::max(StoresIC, LoadsIC) > SmallIC) { in selectInterleaveCount()5268 return std::max(StoresIC, LoadsIC); in selectInterleaveCount()