Searched refs:TypePromotionTransaction (Results 1 – 1 of 1) sorted by relevance
303 class TypePromotionTransaction;454 bool tryToPromoteExts(TypePromotionTransaction &TPT,465 bool HasPromoted, TypePromotionTransaction &TPT,2944 class TypePromotionTransaction { class3328 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon132ce9ad0b11::TypePromotionTransaction3376 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()3378 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()3382 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()3385 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()3389 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()[all …]