Home
last modified time | relevance | path

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

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