Home
last modified time | relevance | path

Searched refs:SetOfInstrs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp270 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef
303 SetOfInstrs InsertedInsts;
310 SetOfInstrs RemovedInsts;
1757 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression()
2952 SetOfInstrs &RemovedInsts;
2959 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
2993 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
3039 SetOfInstrs &RemovedInsts;
3144 const SetOfInstrs &InsertedInsts;
3170 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()
[all …]