Searched defs:DPI (Results 1 – 2 of 2) sorted by relevance
18 struct DPI { struct19 Constructor constructor;20 const char* constructor_name;21 ArchOpcode arch_opcode;22 ArchOpcode reverse_arch_opcode;23 ArchOpcode test_arch_opcode;
1075 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local