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

References

lib/CodeGen/ExpandMemCmp.cpp
  280   Builder.SetInsertPoint(LoadCmpBlocks[BlockIndex]);
  294   PhiRes->addIncoming(Diff, LoadCmpBlocks[BlockIndex]);
  296   if (BlockIndex < (LoadCmpBlocks.size() - 1)) {
  302         BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp);