HomeSort by relevance Sort by last modified time
    Searched full:handleendblock (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 69 bool handleEndBlock(BasicBlock &BB);
536 MadeChange |= handleEndBlock(BB);
576 /// handleEndBlock - Remove dead stores to stack-allocated locations in the
582 bool DSE::handleEndBlock(BasicBlock &BB) {

Completed in 550 milliseconds