Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp256 bool NoBlocksReturn = true; in getOutliningPenalty() local
262 NoBlocksReturn &= isa<UnreachableInst>(BB->getTerminator()); in getOutliningPenalty()
268 NoBlocksReturn = false; in getOutliningPenalty()
317 if (NoBlocksReturn) { in getOutliningPenalty()