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

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

Completed in 70 milliseconds