Home
last modified time | relevance | path

Searched refs:BreakPhiNodesCache (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp119 DenseMap<const PHINode *, bool> BreakPhiNodesCache; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl
355 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()