Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp263 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()
[all …]