Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp327 SetOfInstrs RemovedInsts; member in __anonf802c7d40111::CodeGenPrepare
3053 SetOfInstrs &RemovedInsts; member in __anonf802c7d40a11::TypePromotionTransaction::InstructionRemover
3060 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover()
3094 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction()
3141 SetOfInstrs &RemovedInsts; member in __anonf802c7d40a11::TypePromotionTransaction
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp10184 SmallVector<Instruction *> RemovedInsts; in vectorizeTree() local