Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2089 std::optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
2094 if (MatchingBB) { in alignOutputBlockWithAggFunc()
2096 << Region.ExtractedFunction << " to " << *MatchingBB); in alignOutputBlockWithAggFunc()
2098 Region.OutputBlockNum = *MatchingBB; in alignOutputBlockWithAggFunc()