Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2516 auto &InstrVec = RegIt->getSecond(); in updateRegisterMapForDbgValueListAfterMove() local
2517 llvm::replace(InstrVec, InstrToReplace, DbgValueListInstr); in updateRegisterMapForDbgValueListAfterMove()
2782 auto &InstrVec = RegIt->getSecond(); in RescheduleLoadStoreInstrs() local
2783 InstrVec.push_back(&MI); in RescheduleLoadStoreInstrs()
2817 auto &InstrVec = RegIt->getSecond(); in RescheduleLoadStoreInstrs() local
2823 llvm::erase_if(InstrVec, IsDbgVar); in RescheduleLoadStoreInstrs()