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()825 InstrListMap LoadRefs; in collectInstructions() local878 LoadRefs[ID].push_back(LI); in collectInstructions()928 return {LoadRefs, StoreRefs}; in collectInstructions()