Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Removed

352   /// Member variable for convenience. It may be removed by duplication deep
2563 /// it was duplicated into its chain predecessor and removed.
2567 /// Updated to be the chain end if LPred is removed.
2574 /// only needed if \p BB is removed and
2576 /// @return true if \p BB was removed.
2582 bool Removed, DuplicatedToLPred;
2584 Removed = maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2587 if (!Removed)
2594 // Note that DuplicatedToLPred always implies Removed.
2596 assert(Removed && "Block must have been removed to be duplicated into its "
2600 // removed. On the first pass through the loop, the chain end should be the
2602 // duplicating the block at the end of the chain, if it is removed the
2610 Removed = maybeTailDuplicateBlock(DupBB, DupPred, Chain, BlockFilter,
2615 // removed, markChainSuccessors won't be called for its chain. Instead we
2634 /// only needed if \p BB is removed and
2637 /// only be true if the block was removed.
2638 /// \return - True if the block was duplicated into all preds and removed.
2653 bool Removed = false;
2657 Removed = true;
2726 return Removed;