Home
last modified time | relevance | path

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

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