Searched refs:StoreRefs (Results 1 – 1 of 1) sorted by relevance
288 InstrListMap LoadRefs, StoreRefs; in run() local289 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()291 Changed |= vectorizeChains(StoreRefs); in run()816 InstrListMap StoreRefs; in collectInstructions() local901 StoreRefs[ID].push_back(SI); in collectInstructions()905 return {LoadRefs, StoreRefs}; in collectInstructions()