Searched refs:ListI (Results 1 – 2 of 2) sorted by relevance
176 IndexList::iterator ListI = endIdx.listEntry(); in repairIndexesInRange() local179 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()180 assert(ListI->getIndex() >= startIdx.getIndex() && in repairIndexesInRange()184 MachineInstr *SlotMI = ListI->getInstr(); in repairIndexesInRange()189 --ListI; in repairIndexesInRange()200 --ListI; in repairIndexesInRange()
143 struct ListI : public List<int, V...> { struct146 int check0[ListI<1, 2, 3>::sum::value == 6? 1 : -1];