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