Searched refs:StoreRefs (Results 1 – 1 of 1) sorted by relevance
285 InstrListMap LoadRefs, StoreRefs; in run() local286 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()288 Changed |= vectorizeChains(StoreRefs); in run()813 InstrListMap StoreRefs; in collectInstructions() local898 StoreRefs[ID].push_back(SI); in collectInstructions()902 return {LoadRefs, StoreRefs}; in collectInstructions()