Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp327 SetOfInstrs RemovedInsts; member in __anonf802c7d40111::CodeGenPrepare
628 for (Instruction *I : RemovedInsts) in runOnFunction()
634 RemovedInsts.clear(); in runOnFunction()
3053 SetOfInstrs &RemovedInsts; member in __anonf802c7d40a11::TypePromotionTransaction::InstructionRemover
3060 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover() argument
3063 RemovedInsts(RemovedInsts) { in InstructionRemover()
3067 RemovedInsts.insert(Inst); in InstructionRemover()
3084 RemovedInsts.erase(Inst); in undo()
3094 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() argument
3095 : RemovedInsts(RemovedInsts) {} in TypePromotionTransaction()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp10184 SmallVector<Instruction *> RemovedInsts; in vectorizeTree() local
10222 RemovedInsts.push_back(cast<Instruction>(Scalar)); in vectorizeTree()
10229 V->mergeDIAssignID(RemovedInsts); in vectorizeTree()