Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1796 SmallPtrSet<const PHINode *, 8> &SeenPHIs) { in collectPHINodes() argument
1797 const auto [It, Inserted] = SeenPHIs.insert(&I); in collectPHINodes()
1803 collectPHINodes(*PhiInc, SeenPHIs); in collectPHINodes()
1808 collectPHINodes(*PhiU, SeenPHIs); in collectPHINodes()