Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp244 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef
276 SetOfInstrs InsertedInsts;
283 SetOfInstrs RemovedInsts;
1531 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression()
2680 SetOfInstrs &RemovedInsts;
2687 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
2721 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
2766 SetOfInstrs &RemovedInsts;
2868 const SetOfInstrs &InsertedInsts;
2892 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, in AddressingModeMatcher()
[all …]