Lines Matching refs:SetOfInstrs
235 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef
266 SetOfInstrs InsertedInsts;
273 SetOfInstrs RemovedInsts;
1282 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression()
2421 SetOfInstrs &RemovedInsts;
2428 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
2462 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
2507 SetOfInstrs &RemovedInsts;
2609 const SetOfInstrs &InsertedInsts;
2627 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, in AddressingModeMatcher()
2649 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in Match()
3551 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
3663 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction()