Home
last modified time | relevance | path

Searched refs:inAddrMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp595 auto inAddrMap = [&](Instruction *I) { return AddrGroups.count(I) > 0; }; in createLoadGroups() local
596 if (llvm::any_of(Deps, inAddrMap)) in createLoadGroups()