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

References

include/llvm/IR/PredIteratorCache.h
   44     if (Entry)
   45       return Entry;
   52     Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
   53     std::copy(PredCache.begin(), PredCache.end(), Entry);
   54     return Entry;