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

References

lib/CodeGen/MachineBasicBlock.cpp
 1315   while (TI != end() && !TI->isBranch())
 1315   while (TI != end() && !TI->isBranch())
 1316     ++TI;
 1318   if (TI != end()) {
 1319     DL = TI->getDebugLoc();
 1320     for (++TI ; TI != end() ; ++TI)
 1320     for (++TI ; TI != end() ; ++TI)
 1320     for (++TI ; TI != end() ; ++TI)
 1321       if (TI->isBranch())
 1322         DL = DILocation::getMergedLocation(DL, TI->getDebugLoc());