Home
last modified time | relevance | path

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

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