Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DSROA.h185 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSROA.cpp5065 bool SROAPass::deleteDeadInstructions( in deleteDeadInstructions() function in SROAPass
5151 Changed |= deleteDeadInstructions(DeletedAllocas); in runImpl()