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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp119 bool EliminateMostlyEmptyBlocks(Function &F);
167 EverMadeChange |= EliminateMostlyEmptyBlocks(F);
265 /// EliminateMostlyEmptyBlocks - eliminate blocks that contain only PHI nodes,
270 bool CodeGenPrepare::EliminateMostlyEmptyBlocks(Function &F) { function in class:CodeGenPrepare

Completed in 128 milliseconds