Home
last modified time | relevance | path

Searched defs:RemovedInsts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp338 SetOfInstrs RemovedInsts; member in __anon1d600f580111::CodeGenPrepare
3284 SetOfInstrs &RemovedInsts; member in __anon1d600f580b11::TypePromotionTransaction::InstructionRemover
3291 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
3328 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
3371 SetOfInstrs &RemovedInsts; member in __anon1d600f580b11::TypePromotionTransaction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14209 SmallVector<Instruction *> RemovedInsts; in vectorizeTree() local