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

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h187 /// NonLocalDepEntry - This is an entry in the NonLocalDepInfo cache. For
189 class NonLocalDepEntry { class in namespace:llvm
193 NonLocalDepEntry(BasicBlock *bb, MemDepResult result) function in class:llvm::NonLocalDepEntry
197 NonLocalDepEntry(BasicBlock *bb) : BB(bb) {} function in class:llvm::NonLocalDepEntry
206 bool operator<(const NonLocalDepEntry &RHS) const {
215 NonLocalDepEntry Entry;
262 typedef std::vector<NonLocalDepEntry> NonLocalDepInfo;

Completed in 319 milliseconds