Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp167 bool EliminateFallThrough(Function &F);
293 MadeChange |= EliminateFallThrough(F); in runOnFunction()
314 bool CodeGenPrepare::EliminateFallThrough(Function &F) { in EliminateFallThrough() function in CodeGenPrepare