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

References

lib/Transforms/Scalar/StructurizeCFG.cpp
  843   if (!Loops.count(LoopStart)) {
  849     LoopStart = needPrefix(true);
  859   Function *LoopFunc = LoopStart->getParent();
  860   if (LoopStart == &LoopFunc->getEntryBlock()) {
  861     LoopStart->setName("entry.orig");
  864       BasicBlock::Create(LoopStart->getContext(),
  867                          LoopStart);
  868     BranchInst::Create(LoopStart, NewEntry);
  875   LoopConds.push_back(BranchInst::Create(Next, LoopStart,
  877   addPhiValues(LoopEnd, LoopStart);