Searched refs:RemovedInsts (Results 1 – 2 of 2) sorted by relevance
327 SetOfInstrs RemovedInsts; member in __anonf802c7d40111::CodeGenPrepare628 for (Instruction *I : RemovedInsts) in runOnFunction()634 RemovedInsts.clear(); in runOnFunction()3053 SetOfInstrs &RemovedInsts; member in __anonf802c7d40a11::TypePromotionTransaction::InstructionRemover3060 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover() argument3063 RemovedInsts(RemovedInsts) { in InstructionRemover()3067 RemovedInsts.insert(Inst); in InstructionRemover()3084 RemovedInsts.erase(Inst); in undo()3094 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() argument3095 : RemovedInsts(RemovedInsts) {} in TypePromotionTransaction()[all …]
10184 SmallVector<Instruction *> RemovedInsts; in vectorizeTree() local10222 RemovedInsts.push_back(cast<Instruction>(Scalar)); in vectorizeTree()10229 V->mergeDIAssignID(RemovedInsts); in vectorizeTree()