Searched refs:StoreRefs (Results 1 – 1 of 1) sorted by relevance
286 InstrListMap LoadRefs, StoreRefs; in run() local287 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()289 Changed |= vectorizeChains(StoreRefs); in run()826 InstrListMap StoreRefs; in collectInstructions() local924 StoreRefs[ID].push_back(SI); in collectInstructions()928 return {LoadRefs, StoreRefs}; in collectInstructions()