Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp338 SetOfInstrs RemovedInsts; member in __anon072927cb0111::CodeGenPrepare
3284 SetOfInstrs &RemovedInsts; global() member in __anon072927cb0b11::TypePromotionTransaction::InstructionRemover
3291 InstructionRemover(Instruction * Inst,SetOfInstrs & RemovedInsts,Value * New=nullptr) InstructionRemover() argument
3328 TypePromotionTransaction(SetOfInstrs & RemovedInsts) TypePromotionTransaction() argument
3371 SetOfInstrs &RemovedInsts; global() member in __anon072927cb0b11::TypePromotionTransaction
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14159 SmallVector<Instruction *> RemovedInsts; vectorizeTree() local