Home | History | Annotate | Download | only in R600

Lines Matching refs:LI

147     MachineBasicBlock::livein_iterator LI = MBB.livein_begin();
148 while (LI != MBB.livein_end()) {
152 if (RegisterAddressMap.find(*LI) == RegisterAddressMap.end()) {
153 ++LI;
157 unsigned Address = RegisterAddressMap[*LI];
158 LiveAddressRegisterMap[Address] = *LI;
159 PhiRegisters.push_back(*LI);
163 for (MachineBasicBlock::livein_iterator LJ = llvm::next(LI),
179 LiveAddressRegisterMap[Address] = *LI;
180 MBB.removeLiveIn(*LI);
205 LI = MBB.livein_begin();