reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineBasicBlock.cpp
 1392   for (; I != end() && N > 0; ++I) {
 1392   for (; I != end() && N > 0; ++I) {
 1393     if (I->isDebugInstr())
 1399         ConstMIOperands(*I).analyzePhysReg(Reg, TRI);
 1411   if (I == end()) {
 1426   I = const_iterator(Before);
 1428   if (I != begin()) {
 1430       --I;
 1432       if (I->isDebugInstr())
 1438           ConstMIOperands(*I).analyzePhysReg(Reg, TRI);
 1462     } while (I != begin() && N > 0);
 1466   if (I == begin()) {