Lines Matching refs:InstrOrdering

102                       DenseMap<Instruction*, size_t> *InstrOrdering,  in deleteDeadInstruction()  argument
139 InstrOrdering->erase(DeadInst); in deleteDeadInstruction()
661 DenseMap<Instruction*, size_t> *InstrOrdering) { in handleFree() argument
695 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI, IOL, InstrOrdering); in handleFree()
753 DenseMap<Instruction*, size_t> *InstrOrdering) { in handleEndBlock() argument
813 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects); in handleEndBlock()
824 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, IOL, InstrOrdering, &DeadStackObjects); in handleEndBlock()
1028 DenseMap<Instruction*, size_t> *InstrOrdering) { in eliminateNoopStore() argument
1044 deleteDeadInstruction(SI, &BBI, *MD, *TLI, IOL, InstrOrdering); in eliminateNoopStore()
1062 deleteDeadInstruction(SI, &BBI, *MD, *TLI, IOL, InstrOrdering); in eliminateNoopStore()
1079 DenseMap<Instruction*, size_t> InstrOrdering; in eliminateDeadStores() local
1089 MadeChange |= handleFree(F, AA, MD, DT, TLI, IOL, &InstrOrdering); in eliminateDeadStores()
1099 InstrOrdering.insert(std::make_pair(Inst, CurInstNumber)); in eliminateDeadStores()
1110 if (eliminateNoopStore(Inst, BBI, AA, MD, DL, TLI, IOL, &InstrOrdering)) { in eliminateDeadStores()
1161 size_t DepIndex = InstrOrdering.lookup(DepWrite); in eliminateDeadStores()
1194 deleteDeadInstruction(DepWrite, &BBI, *MD, *TLI, IOL, &InstrOrdering); in eliminateDeadStores()
1267 size_t Idx = InstrOrdering.lookup(DepWrite); in eliminateDeadStores()
1268 InstrOrdering.erase(DepWrite); in eliminateDeadStores()
1269 InstrOrdering.insert(std::make_pair(SI, Idx)); in eliminateDeadStores()
1272 deleteDeadInstruction(Inst, &BBI, *MD, *TLI, IOL, &InstrOrdering); in eliminateDeadStores()
1274 &InstrOrdering); in eliminateDeadStores()
1309 MadeChange |= handleEndBlock(BB, AA, MD, TLI, IOL, &InstrOrdering); in eliminateDeadStores()