Searched refs:TypePromotionTransaction (Results 1 – 1 of 1) sorted by relevance
269 class TypePromotionTransaction;412 bool tryToPromoteExts(TypePromotionTransaction &TPT,424 bool HasPromoted, TypePromotionTransaction &TPT,2605 class TypePromotionTransaction { class2970 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon7f6d13e30a11::TypePromotionTransaction3021 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()3023 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()3027 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()3030 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()3034 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()[all …]