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

References

lib/CodeGen/ExpandMemCmp.cpp
  250                                         EndBlock->getParent(), EndBlock);
  250                                         EndBlock->getParent(), EndBlock);
  257                                    EndBlock->getParent(), EndBlock);
  257                                    EndBlock->getParent(), EndBlock);
  302         BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp);
  306     BranchInst *CmpBr = BranchInst::Create(EndBlock);
  409                            ? EndBlock
  480                            ? EndBlock
  507     BranchInst *NewBr = BranchInst::Create(EndBlock);
  521   BranchInst *NewBr = BranchInst::Create(EndBlock);
  537   Builder.SetInsertPoint(&EndBlock->front());
  614     EndBlock = StartBlock->splitBasicBlock(CI, "endblock");