Searched refs:eliminateMostlyEmptyBlocks (Results 1 – 1 of 1) sorted by relevance
383 bool eliminateMostlyEmptyBlocks(Function &F);519 EverMadeChange |= eliminateMostlyEmptyBlocks(F); in runOnFunction()762 bool CodeGenPrepare::eliminateMostlyEmptyBlocks(Function &F) { in eliminateMostlyEmptyBlocks() function in CodeGenPrepare