Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp338 SetOfInstrs RemovedInsts; member in __anond527a6aa0111::CodeGenPrepare
3190 SetOfInstrs &RemovedInsts; global() member in __anond527a6aa0a11::TypePromotionTransaction::InstructionRemover
3197 InstructionRemover(Instruction * Inst,SetOfInstrs & RemovedInsts,Value * New=nullptr) InstructionRemover() argument
3234 TypePromotionTransaction(SetOfInstrs & RemovedInsts) TypePromotionTransaction() argument
3277 SetOfInstrs &RemovedInsts; global() member in __anond527a6aa0a11::TypePromotionTransaction
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12238 SmallVector<Instruction *> RemovedInsts; vectorizeTree() local