Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp52 static PHISourcesT &phiInfoElementGetSources(PHIInfoElementT *Info);
121 PHILinearize::phiInfoElementGetSources(PHIInfoElementT *Info) { in phiInfoElementGetSources() function in PHILinearize
133 for (auto SI : phiInfoElementGetSources(Info)) { in phiInfoElementAddSource()
138 phiInfoElementGetSources(Info).insert(PHISourceT(SourceReg, SourceMBB)); in phiInfoElementAddSource()
144 auto &Sources = phiInfoElementGetSources(Info); in phiInfoElementRemoveSource()
172 for (auto SI : phiInfoElementGetSources(I)) { in findPHIInfoElementFromSource()
186 for (auto SI : phiInfoElementGetSources(I)) { in findSourcesFromMBB()
243 return phiInfoElementGetSources(findPHIInfoElement(DestReg)).size(); in getNumSources()
276 return phiInfoElementGetSources(InfoElement).begin(); in sources_begin()
281 return phiInfoElementGetSources(InfoElement).end(); in sources_end()