Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2085 std::optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
2090 if (MatchingBB) { in alignOutputBlockWithAggFunc()
2092 << Region.ExtractedFunction << " to " << *MatchingBB); in alignOutputBlockWithAggFunc()
2094 Region.OutputBlockNum = *MatchingBB; in alignOutputBlockWithAggFunc()