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

/macosx-10.10.1/llvmCore-3425.0.34/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;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp675 NonLocalDepEntry(DirtyBB));
679 NonLocalDepEntry *ExistingResult = 0;
721 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep));
786 NonLocalDepEntry(BB));
790 NonLocalDepEntry *ExistingResult = 0;
826 Cache->push_back(NonLocalDepEntry(BB, Dep));
855 NonLocalDepEntry Val = Cache.back();
865 NonLocalDepEntry Val = Cache.back();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp333 const NonLocalDepEntry *I = &deps[i];

Completed in 191 milliseconds