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

References

lib/CodeGen/ExpandMemCmp.cpp
  436   const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex];
  439     MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset);
  448   Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]);
  474     ResBlock.PhiSrc1->addIncoming(LoadSrc1, LoadCmpBlocks[BlockIndex]);
  475     ResBlock.PhiSrc2->addIncoming(LoadSrc2, LoadCmpBlocks[BlockIndex]);
  479   BasicBlock *NextBB = (BlockIndex == (LoadCmpBlocks.size() - 1))
  481                            : LoadCmpBlocks[BlockIndex + 1];
  490   if (BlockIndex == LoadCmpBlocks.size() - 1) {
  492     PhiRes->addIncoming(Zero, LoadCmpBlocks[BlockIndex]);