Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp311 bool NoBlocksReturn = true; in getOutliningPenalty() local
317 NoBlocksReturn &= isa<UnreachableInst>(BB->getTerminator()); in getOutliningPenalty()
323 NoBlocksReturn = false; in getOutliningPenalty()
372 if (NoBlocksReturn) { in getOutliningPenalty()