Searched refs:ColdPaths (Results 1 – 1 of 1) sorted by relevance
2123 SmallDenseMap<BasicBlock *, bool, 16> ColdPaths; in allPathsGoThroughCold() local2124 ColdPaths[&F.front()] = false; in allPathsGoThroughCold()2139 ColdPaths[BB] = true; in allPathsGoThroughCold()2156 auto [Iter, Inserted] = ColdPaths.try_emplace(Succ, false); in allPathsGoThroughCold()