Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp951 << *OutputBB << "\n"); in replaceArgumentUses()
953 I->moveBefore(*OutputBB, OutputBB->end()); in replaceArgumentUses()
1028 findDuplicateOutputBlock(BasicBlock *OutputBB, in findDuplicateOutputBlock() argument
1036 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()
1091 ExcludeBBs.insert(OutputBB); in alignOutputBlockWithAggFunc()
1124 if (OutputBB->size() == 0) { in alignOutputBlockWithAggFunc()
1126 OutputBB->eraseFromParent(); in alignOutputBlockWithAggFunc()
1142 OutputBB->eraseFromParent(); in alignOutputBlockWithAggFunc()
1150 << *OutputBB); in alignOutputBlockWithAggFunc()
1151 OutputStoreBBs.push_back(OutputBB); in alignOutputBlockWithAggFunc()
[all …]