Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp416 bool eliminateFallThrough(Function &F);
625 eliminateFallThrough(F); in runOnFunction()
675 MadeChange |= eliminateFallThrough(F); in runOnFunction()
758 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough() function in CodeGenPrepare