Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp267 bool NoBlocksReturn = true; in getOutliningPenalty() local
273 NoBlocksReturn &= isa<UnreachableInst>(BB->getTerminator()); in getOutliningPenalty()
279 NoBlocksReturn = false; in getOutliningPenalty()
328 if (NoBlocksReturn) { in getOutliningPenalty()