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

References

lib/CodeGen/ExpandMemCmp.cpp
  406   Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex);
  408   BasicBlock *NextBB = (BlockIndex == (LoadCmpBlocks.size() - 1))
  410                            : LoadCmpBlocks[BlockIndex + 1];
  419   if (BlockIndex == LoadCmpBlocks.size() - 1) {
  421     PhiRes->addIncoming(Zero, LoadCmpBlocks[BlockIndex]);