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

References

include/llvm/IR/PredIteratorCache.h
   48     PredCache.push_back(nullptr); // null terminator.
   50     BlockToPredCountMap[BB] = PredCache.size() - 1;
   52     Entry = Memory.Allocate<BasicBlock *>(PredCache.size());
   53     std::copy(PredCache.begin(), PredCache.end(), Entry);
   53     std::copy(PredCache.begin(), PredCache.end(), Entry);