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.cpp312 bool NoBlocksReturn = true; in getOutliningPenalty() local
318 NoBlocksReturn &= isa<UnreachableInst>(BB->getTerminator()); in getOutliningPenalty()
324 NoBlocksReturn = false; in getOutliningPenalty()
373 if (NoBlocksReturn) { in getOutliningPenalty()