Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp42 using PHIInfoElementT = struct { typedef in __anon3d3c1dbc0111::PHILinearize
47 using PHIInfoT = SmallPtrSet<PHIInfoElementT *, 2>;
50 static unsigned phiInfoElementGetDest(PHIInfoElementT *Info);
51 static void phiInfoElementSetDef(PHIInfoElementT *Info, unsigned NewDef);
52 static PHISourcesT &phiInfoElementGetSources(PHIInfoElementT *Info);
53 static void phiInfoElementAddSource(PHIInfoElementT *Info, unsigned SourceReg,
55 static void phiInfoElementRemoveSource(PHIInfoElementT *Info,
58 PHIInfoElementT *findPHIInfoElement(unsigned DestReg);
59 PHIInfoElementT *findPHIInfoElementFromSource(unsigned SourceReg,
111 unsigned PHILinearize::phiInfoElementGetDest(PHIInfoElementT *Info) { in phiInfoElementGetDest()
[all …]