Searched refs:LoadRefs (Results 1 – 2 of 2) sorted by relevance
277 InstrListMap LoadRefs, StoreRefs; in run() local278 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()279 Changed |= vectorizeChains(LoadRefs); in run()710 InstrListMap LoadRefs; in collectInstructions() local763 LoadRefs[ID].push_back(LI); in collectInstructions()813 return {LoadRefs, StoreRefs}; in collectInstructions()
58 ValueListMap LoadRefs; member in __anon6d6802dd0111::Vectorizer202 Changed |= vectorizeChains(LoadRefs); in run()497 LoadRefs.clear(); in collectInstructions()538 LoadRefs[ObjPtr].push_back(LI); in collectInstructions()