Searched refs:StoreRefs (Results 1 – 1 of 1) sorted by relevance
295 InstrListMap LoadRefs, StoreRefs; in run() local296 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()298 Changed |= vectorizeChains(StoreRefs); in run()744 InstrListMap StoreRefs; in collectInstructions() local842 StoreRefs[ID].push_back(SI); in collectInstructions()846 return {LoadRefs, StoreRefs}; in collectInstructions()