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

References

lib/Transforms/Utils/LoopRotationUtils.cpp
  445   assert(PHBI->isConditional() && "Should be clone of BI condbr!");
  446   if (!isa<ConstantInt>(PHBI->getCondition()) ||
  447       PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) !=
  447       PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) !=
  484     BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
  485     NewBI->setDebugLoc(PHBI->getDebugLoc());
  486     PHBI->eraseFromParent();