Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp250 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
5512 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument
5524 DeletedAllocas.insert(AI); in deleteDeadInstructions()
5591 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runSROA() local
5600 Changed |= deleteDeadInstructions(DeletedAllocas); in runSROA()
5604 if (!DeletedAllocas.empty()) { in runSROA()
5605 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runSROA()
5609 DeletedAllocas.clear(); in runSROA()