Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1131 Optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
1136 if (MatchingBB.hasValue()) { in alignOutputBlockWithAggFunc()
1139 << MatchingBB.getValue()); in alignOutputBlockWithAggFunc()
1141 Region.OutputBlockNum = MatchingBB.getValue(); in alignOutputBlockWithAggFunc()