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

References

lib/CodeGen/BranchFolding.cpp
  316   I1 = MBB1->end();
  320   while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
  324       if (I1==MBB1->begin()) {
  364   if (I1 == MBB1->begin() && I2 != MBB2->begin()) {
  373   if (I2 == MBB2->begin() && I1 != MBB1->begin()) {
  376       if (I1 == MBB1->begin())
  405   while (I1 != MBB1->end() && I1->isCFIInstruction()) {