Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1051 Optional<unsigned> MatchingBB = in alignOutputBlockWithAggFunc() local
1056 if (MatchingBB.hasValue()) { in alignOutputBlockWithAggFunc()
1059 << MatchingBB.getValue()); in alignOutputBlockWithAggFunc()
1061 Region.OutputBlockNum = MatchingBB.getValue(); in alignOutputBlockWithAggFunc()