Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp844 << Region.OutputBlockNum << "\n"); in replaceCalledFunction()
846 Region.OutputBlockNum)); in replaceCalledFunction()
1125 Region.OutputBlockNum = -1; in alignOutputBlockWithAggFunc()
1141 Region.OutputBlockNum = MatchingBB.getValue(); in alignOutputBlockWithAggFunc()
1146 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()
1242 CurrentOS->OutputBlockNum = 0; in fillOverallFunction()
1251 CurrentOS->OutputBlockNum = -1; in fillOverallFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h79 unsigned OutputBlockNum = -1; member