Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp104 MapVector<Instruction *, bool> &ThrowableInst, in deleteDeadInstruction() argument
119 auto It = ThrowableInst.find(DeadInst); in deleteDeadInstruction()
120 if (It != ThrowableInst.end()) in deleteDeadInstruction()
121 ThrowableInst[It->first] = false; in deleteDeadInstruction()
155 while (!ThrowableInst.empty() && !ThrowableInst.back().second) in deleteDeadInstruction()
156 ThrowableInst.pop_back(); in deleteDeadInstruction()
673 MapVector<Instruction *, bool> &ThrowableInst) { in handleFree() argument
708 ThrowableInst); in handleFree()
766 MapVector<Instruction *, bool> &ThrowableInst) { in handleEndBlock() argument
827 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, IOL, OBB, ThrowableInst, in handleEndBlock()
[all …]