Lines Matching refs:SetOfInstrs
263 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef
295 SetOfInstrs InsertedInsts;
302 SetOfInstrs RemovedInsts;
1743 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression()
2933 SetOfInstrs &RemovedInsts;
2940 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
2974 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
3020 SetOfInstrs &RemovedInsts;
3125 const SetOfInstrs &InsertedInsts;
3151 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()
3176 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match()
4148 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4258 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction()