LLVM: llvm::PredIteratorCache Class Reference (original) (raw)

PredIteratorCache - This class is an extremely trivial cache for predecessor iterator queries. More...

#include "[llvm/IR/PredIteratorCache.h](PredIteratorCache%5F8h%5Fsource.html)"

Detailed Description

PredIteratorCache - This class is an extremely trivial cache for predecessor iterator queries.

This is useful for code that repeatedly wants the predecessor list for the same blocks.

Definition at line 27 of file PredIteratorCache.h.

Member Function Documentation

clear()

void llvm::PredIteratorCache::clear ( ) inline

get()

size()

size_t llvm::PredIteratorCache::size ( BasicBlock * BB) inline

The documentation for this class was generated from the following file: