Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2076 Optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
2081 if (MatchingBB) { in alignOutputBlockWithAggFunc()
2084 << MatchingBB.value()); in alignOutputBlockWithAggFunc()
2086 Region.OutputBlockNum = MatchingBB.value(); in alignOutputBlockWithAggFunc()