Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:LastMI

1282               MachineBasicBlock::const_iterator LastMI =
1284 if (LastMI == PrevMBB->end()) {
1291 // Terminate after LastMI.
1292 History.push_back(LastMI);
1355 MachineBasicBlock::const_iterator LastMI =
1357 if (LastMI == PrevMBB->end())
1361 // Terminate after LastMI.
1362 History.push_back(LastMI);