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