Searched refs:TypePromotionTransaction (Results 1 – 1 of 1) sorted by relevance
293 class TypePromotionTransaction;448 bool tryToPromoteExts(TypePromotionTransaction &TPT,459 bool HasPromoted, TypePromotionTransaction &TPT,2729 class TypePromotionTransaction { class3094 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon88ab83af0a11::TypePromotionTransaction3146 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()3148 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()3152 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()3155 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()3159 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()[all …]