Searched refs:BreakPhiNodesCache (Results 1 – 1 of 1) sorted by relevance
114 DenseMap<const PHINode *, bool> BreakPhiNodesCache; member in __anon7caf834b0111::AMDGPUCodeGenPrepareImpl347 BreakPhiNodesCache.clear(); in run()1806 if (const auto It = BreakPhiNodesCache.find(&I); in canBreakPHINode()1807 It != BreakPhiNodesCache.end()) in canBreakPHINode()1823 assert(BreakPhiNodesCache.count(WLP) == 0); in canBreakPHINode()1857 BreakPhiNodesCache[Cur] = CanBreak; in canBreakPHINode()