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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp69 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) { function in class:DSE
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp670 static bool handleEndBlock(BasicBlock &BB, AliasAnalysis *AA, function
1018 MadeChange |= handleEndBlock(BB, AA, MD, TLI);

Completed in 629 milliseconds