Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1986 BasicBlock *CompBB = VToB.second; in findDuplicateOutputBlock() local
1988 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()
1994 for (Instruction &I : *CompBB) { in findDuplicateOutputBlock()