HomeSort by relevance Sort by last modified time
    Searched refs:NonLocalDepEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 188 /// NonLocalDepEntry - This is an entry in the NonLocalDepInfo cache. For
190 class NonLocalDepEntry {
194 NonLocalDepEntry(BasicBlock *bb, MemDepResult result)
198 NonLocalDepEntry(BasicBlock *bb) : BB(bb) {}
207 bool operator<(const NonLocalDepEntry &RHS) const {
216 NonLocalDepEntry Entry;
263 typedef std::vector<NonLocalDepEntry> NonLocalDepInfo;
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 691 NonLocalDepEntry(DirtyBB));
695 NonLocalDepEntry *ExistingResult = 0;
737 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep));
802 NonLocalDepEntry(BB));
806 NonLocalDepEntry *ExistingResult = 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 335 const NonLocalDepEntry *I = &deps[i];
    [all...]

Completed in 72 milliseconds