Searched refs:TypePromotionTransaction (Results 1 – 1 of 1) sorted by relevance
250 class TypePromotionTransaction;386 bool tryToPromoteExts(TypePromotionTransaction &TPT,395 bool HasPromoted, TypePromotionTransaction &TPT,2357 class TypePromotionTransaction { class2721 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anone6c077230511::TypePromotionTransaction2771 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()2773 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()2777 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()2780 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()2784 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()[all …]