Home
last modified time | relevance | path

Searched refs:eliminateMostlyEmptyBlocks (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp383 bool eliminateMostlyEmptyBlocks(Function &F);
519 EverMadeChange |= eliminateMostlyEmptyBlocks(F); in runOnFunction()
762 bool CodeGenPrepare::eliminateMostlyEmptyBlocks(Function &F) { in eliminateMostlyEmptyBlocks() function in CodeGenPrepare