Searched refs:phiInfoElementGetSources (Results 1 – 1 of 1) sorted by relevance
71 static PHISourcesT &phiInfoElementGetSources(PHIInfoElementT *Info);140 PHILinearize::phiInfoElementGetSources(PHIInfoElementT *Info) { in phiInfoElementGetSources() function in PHILinearize152 for (auto SI : phiInfoElementGetSources(Info)) { in phiInfoElementAddSource()157 phiInfoElementGetSources(Info).insert(PHISourceT(SourceReg, SourceMBB)); in phiInfoElementAddSource()163 auto &Sources = phiInfoElementGetSources(Info); in phiInfoElementRemoveSource()191 for (auto SI : phiInfoElementGetSources(I)) { in findPHIInfoElementFromSource()205 for (auto SI : phiInfoElementGetSources(I)) { in findSourcesFromMBB()262 return phiInfoElementGetSources(findPHIInfoElement(DestReg)).size(); in getNumSources()295 return phiInfoElementGetSources(InfoElement).begin(); in sources_begin()300 return phiInfoElementGetSources(InfoElement).end(); in sources_end()