reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1724 ShouldTailDup |= (BestSucc && shouldTailDuplicate(BestSucc)); 1724 ShouldTailDup |= (BestSucc && shouldTailDuplicate(BestSucc)); 1729 if (!BestSucc) 1730 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); 1731 if (!BestSucc) 1732 BestSucc = selectBestCandidateBlock(Chain, EHPadWorkList); 1734 if (!BestSucc) { 1735 BestSucc = getFirstUnplacedBlock(Chain, PrevUnplacedBlockIt, BlockFilter); 1736 if (!BestSucc) 1745 if (allowTailDupPlacement() && BestSucc && ShouldTailDup) { 1749 if (repeatedlyTailDuplicateBlock(BestSucc, BB, LoopHeaderBB, Chain, 1755 BlockChain &SuccChain = *BlockToChain[BestSucc]; 1760 << getBlockName(BestSucc) << "\n"); 1762 Chain.merge(BestSucc, &SuccChain);