Searched defs:NonLocalDepEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h188 /// NonLocalDepEntry - This is an entry in the NonLocalDepInfo cache. For
190 class NonLocalDepEntry { class in namespace:llvm
194 NonLocalDepEntry(BasicBlock *bb, MemDepResult result) function in class:llvm::NonLocalDepEntry
198 NonLocalDepEntry(BasicBlock *bb) : BB(bb) {} function in class:llvm::NonLocalDepEntry
207 bool operator<(const NonLocalDepEntry &RHS) const {
216 NonLocalDepEntry Entry;
263 typedef std::vector<NonLocalDepEntry> NonLocalDepInfo;

Completed in 102 milliseconds