Home
last modified time | relevance | path

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

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