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.cpp2063 std::optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
2068 if (MatchingBB) { in alignOutputBlockWithAggFunc()
2070 << Region.ExtractedFunction << " to " << *MatchingBB); in alignOutputBlockWithAggFunc()
2072 Region.OutputBlockNum = *MatchingBB; in alignOutputBlockWithAggFunc()