Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2197 DenseMap<unsigned, SmallVector<MachineInstr*, 4> > Base2StsMap; in RescheduleLoadStoreInstrs() local
2246 Base2StsMap.find(Base); in RescheduleLoadStoreInstrs()
2247 if (BI != Base2StsMap.end()) { in RescheduleLoadStoreInstrs()
2257 Base2StsMap[Base].push_back(MI); in RescheduleLoadStoreInstrs()
2281 SmallVectorImpl<MachineInstr *> &Sts = Base2StsMap[Base]; in RescheduleLoadStoreInstrs()
2288 Base2StsMap.clear(); in RescheduleLoadStoreInstrs()