Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h121 void deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h133 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4413 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument
4423 DeletedAllocas.insert(AI); in deleteDeadInstructions()
4479 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runImpl() local
4484 Changed |= deleteDeadInstructions(DeletedAllocas); in runImpl()
4488 if (!DeletedAllocas.empty()) { in runImpl()
4489 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runImpl()
4494 DeletedAllocas.clear(); in runImpl()
/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()