Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp61 using PHIInfoElementT = struct { typedef in __anonaca9bbbf0111::PHILinearize
66 using PHIInfoT = SmallPtrSet<PHIInfoElementT *, 2>;
69 static unsigned phiInfoElementGetDest(PHIInfoElementT *Info);
70 static void phiInfoElementSetDef(PHIInfoElementT *Info, unsigned NewDef);
71 static PHISourcesT &phiInfoElementGetSources(PHIInfoElementT *Info);
72 static void phiInfoElementAddSource(PHIInfoElementT *Info, unsigned SourceReg,
74 static void phiInfoElementRemoveSource(PHIInfoElementT *Info,
77 PHIInfoElementT *findPHIInfoElement(unsigned DestReg);
78 PHIInfoElementT *findPHIInfoElementFromSource(unsigned SourceReg,
130 unsigned PHILinearize::phiInfoElementGetDest(PHIInfoElementT *Info) { in phiInfoElementGetDest()
[all …]