Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp382 bool eliminateFallThrough(Function &F);
549 eliminateFallThrough(F); in runOnFunction()
598 MadeChange |= eliminateFallThrough(F); in runOnFunction()
685 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough() function in CodeGenPrepare