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.cpp1967 BasicBlock *CompBB = VToB.second; in findDuplicateOutputBlock() local
1969 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()
1975 for (Instruction &I : *CompBB) { in findDuplicateOutputBlock()