Home
last modified time | relevance | path

Searched refs:deleteDeadInstructions (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.cpp4412 bool SROA::deleteDeadInstructions( in deleteDeadInstructions() function in SROA
4484 Changed |= deleteDeadInstructions(DeletedAllocas); in runImpl()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp4152 void SROA::deleteDeadInstructions( in deleteDeadInstructions() function in SROA
4218 deleteDeadInstructions(DeletedAllocas); in runImpl()