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);
299 MadeChange |= eliminateFallThrough(F); in runOnFunction()
320 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough() function in CodeGenPrepare