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

References

lib/Transforms/Utils/LoopUnrollRuntime.cpp
  321     NewBlocks.push_back(NewBB);
  327       addClonedBlockToLoopInfo(*BB, NewBB, LI, NewLoops);
  329     VMap[*BB] = NewBB;
  333       InsertTop->getTerminator()->setSuccessor(0, NewBB);
  339         DT->addNewBlock(NewBB, InsertTop);
  343         DT->addNewBlock(NewBB, cast<BasicBlock>(VMap[IDomBB]));
  352       BranchInst *LatchBR = cast<BranchInst>(NewBB->getTerminator());
  367         NewIdx->addIncoming(IdxSub, NewBB);