Searched refs:TypePromotionTransaction (Results 1 – 1 of 1) sorted by relevance
304 class TypePromotionTransaction;455 bool tryToPromoteExts(TypePromotionTransaction &TPT,466 bool HasPromoted, TypePromotionTransaction &TPT,3282 class TypePromotionTransaction { class3665 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon1d600f580d11::TypePromotionTransaction3713 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()3715 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()3719 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()3722 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()3726 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()[all …]