Searched refs:LoadRefs (Results 1 – 1 of 1) sorted by relevance
286 InstrListMap LoadRefs, StoreRefs; in run() local287 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()288 Changed |= vectorizeChains(LoadRefs); in run()793 InstrListMap LoadRefs; in collectInstructions() local846 LoadRefs[ID].push_back(LI); in collectInstructions()896 return {LoadRefs, StoreRefs}; in collectInstructions()