Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp764 << Region.OutputBlockNum << "\n"); in replaceCalledFunction()
766 Region.OutputBlockNum)); in replaceCalledFunction()
1045 Region.OutputBlockNum = -1; in alignOutputBlockWithAggFunc()
1061 Region.OutputBlockNum = MatchingBB.getValue(); in alignOutputBlockWithAggFunc()
1066 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()
1162 CurrentOS->OutputBlockNum = 0; in fillOverallFunction()
1171 CurrentOS->OutputBlockNum = -1; in fillOverallFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h79 unsigned OutputBlockNum; member