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.cpp115 DenseMap<const PHINode *, bool> BreakPhiNodesCache; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl
349 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()