Searched refs:BreakPhiNodesCache (Results 1 – 1 of 1) sorted by relevance
119 DenseMap<const PHINode *, bool> BreakPhiNodesCache; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl355 BreakPhiNodesCache.clear(); in run()1910 if (const auto It = BreakPhiNodesCache.find(&I); in canBreakPHINode()1911 It != BreakPhiNodesCache.end()) in canBreakPHINode()1927 assert(BreakPhiNodesCache.count(WLP) == 0); in canBreakPHINode()1961 BreakPhiNodesCache[Cur] = CanBreak; in canBreakPHINode()