Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2355 DenseMap<unsigned, SmallVector<MachineInstr *, 4>> Base2StsMap; in RescheduleLoadStoreInstrs() local
2404 Base2StsMap.find(Base); in RescheduleLoadStoreInstrs()
2405 if (BI != Base2StsMap.end()) { in RescheduleLoadStoreInstrs()
2415 Base2StsMap[Base].push_back(&MI); in RescheduleLoadStoreInstrs()
2439 SmallVectorImpl<MachineInstr *> &Sts = Base2StsMap[Base]; in RescheduleLoadStoreInstrs()
2446 Base2StsMap.clear(); in RescheduleLoadStoreInstrs()