Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h123 void deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp4153 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument
4169 DeletedAllocas.insert(AI); in deleteDeadInstructions()
4213 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runImpl() local
4218 deleteDeadInstructions(DeletedAllocas); in runImpl()
4222 if (!DeletedAllocas.empty()) { in runImpl()
4223 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runImpl()
4230 DeletedAllocas.clear(); in runImpl()