Lines Matching defs:Removed
365 /// Member variable for convenience. It may be removed by duplication deep
2935 /// it was duplicated into its chain predecessor and removed.
2939 /// Updated to be the chain end if LPred is removed.
2946 /// only needed if \p BB is removed and
2948 /// @return true if \p BB was removed.
2954 bool Removed, DuplicatedToLPred;
2956 Removed = maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2959 if (!Removed)
2966 while (DuplicatedToLPred && Removed) {
2969 // removed. On the first pass through the loop, the chain end should be the
2971 // duplicating the block at the end of the chain, if it is removed the
2979 Removed = maybeTailDuplicateBlock(DupBB, DupPred, Chain, BlockFilter,
2984 // removed, markChainSuccessors won't be called for its chain. Instead we
3003 /// only needed if \p BB is removed and
3006 /// \return - True if the block was duplicated into all preds and removed.
3021 bool Removed = false;
3025 Removed = true;
3099 return Removed;