Searched refs:BBColorMap (Results 1 – 1 of 1) sorted by relevance
1820 DenseMap<const BasicBlock *, Color> BBColorMap; in isReducibleRegion() local1830 BBColorMap[BB] = WHITE; in isReducibleRegion()1833 BBColorMap[CurrBB] = GREY; in isReducibleRegion()1854 if (BBColorMap[SuccBB] == WHITE) { in isReducibleRegion()1860 BBColorMap[SuccBB] = GREY; in isReducibleRegion()1862 } else if (BBColorMap[SuccBB] == GREY) { in isReducibleRegion()1877 BBColorMap[CurrBB] = BLACK; in isReducibleRegion()