Searched refs:LoadRefs (Results 1 – 1 of 1) sorted by relevance
295 InstrListMap LoadRefs, StoreRefs; in run() local296 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()297 Changed |= vectorizeChains(LoadRefs); in run()728 InstrListMap LoadRefs; in collectInstructions() local781 LoadRefs[ID].push_back(LI); in collectInstructions()831 return {LoadRefs, StoreRefs}; in collectInstructions()