Searched refs:handleEndBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp79 bool handleEndBlock(BasicBlock &BB);
636 MadeChange |= handleEndBlock(BB);
706 /// handleEndBlock - Remove dead stores to stack-allocated locations in the
712 bool DSE::handleEndBlock(BasicBlock &BB) { function in class:DSE

Completed in 71 milliseconds