Searched refs:BreakPhiNodesCache (Results 1 – 1 of 1) sorted by relevance
115 DenseMap<const PHINode *, bool> BreakPhiNodesCache; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl349 BreakPhiNodesCache.clear(); in run()1814 if (const auto It = BreakPhiNodesCache.find(&I); in canBreakPHINode()1815 It != BreakPhiNodesCache.end()) in canBreakPHINode()1831 assert(BreakPhiNodesCache.count(WLP) == 0); in canBreakPHINode()1865 BreakPhiNodesCache[Cur] = CanBreak; in canBreakPHINode()