Searched refs:BBColorMap (Results 1 – 1 of 1) sorted by relevance
1725 DenseMap<const BasicBlock *, Color> BBColorMap; in isReducibleRegion() local1735 BBColorMap[BB] = WHITE; in isReducibleRegion()1738 BBColorMap[CurrBB] = GREY; in isReducibleRegion()1759 if (BBColorMap[SuccBB] == WHITE) { in isReducibleRegion()1765 BBColorMap[SuccBB] = GREY; in isReducibleRegion()1767 } else if (BBColorMap[SuccBB] == GREY) { in isReducibleRegion()1782 BBColorMap[CurrBB] = BLACK; in isReducibleRegion()