Searched refs:TypePromotionTransaction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp118 class TypePromotionTransaction;
187 bool extLdPromotion(TypePromotionTransaction &TPT, LoadInst *&LI,
2088 class TypePromotionTransaction { class in namespace:__anon2445
2092 /// the IR via the TypePromotionTransaction.
2452 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx,
2455 make_unique<TypePromotionTransaction::OperandSetter>(Inst, Idx, NewVal));
2458 void TypePromotionTransaction::eraseInstruction(Instruction *Inst,
2461 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal));
2464 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst,
2466 Actions.push_back(make_unique<TypePromotionTransaction
[all...]

Completed in 97 milliseconds