reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 using PHIInfoT = SmallPtrSet<PHIInfoElementT *, 2>; 68 static unsigned phiInfoElementGetDest(PHIInfoElementT *Info); 69 static void phiInfoElementSetDef(PHIInfoElementT *Info, unsigned NewDef); 70 static PHISourcesT &phiInfoElementGetSources(PHIInfoElementT *Info); 71 static void phiInfoElementAddSource(PHIInfoElementT *Info, unsigned SourceReg, 73 static void phiInfoElementRemoveSource(PHIInfoElementT *Info, 76 PHIInfoElementT *findPHIInfoElement(unsigned DestReg); 77 PHIInfoElementT *findPHIInfoElementFromSource(unsigned SourceReg, 129 unsigned PHILinearize::phiInfoElementGetDest(PHIInfoElementT *Info) { 133 void PHILinearize::phiInfoElementSetDef(PHIInfoElementT *Info, 139 PHILinearize::phiInfoElementGetSources(PHIInfoElementT *Info) { 143 void PHILinearize::phiInfoElementAddSource(PHIInfoElementT *Info, 159 void PHILinearize::phiInfoElementRemoveSource(PHIInfoElementT *Info, 176 PHILinearize::PHIInfoElementT * 186 PHILinearize::PHIInfoElementT * 217 PHIInfoElementT *NewElement = new PHIInfoElementT(); 217 PHIInfoElementT *NewElement = new PHIInfoElementT(); 229 PHIInfoElementT *InfoElement = findPHIInfoElement(DestReg); 246 PHIInfoElementT *InfoElement = 269 PHIInfoElementT &Element = *PII;