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