reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/LoopAccessAnalysis.h
  187     InstMap.push_back(SI);
  196     InstMap.push_back(LI);
  239     return InstMap;
  247     for (unsigned I = 0; I < InstMap.size(); ++I)
  248       OrderMap[InstMap[I]] = I;
lib/Analysis/LoopAccessAnalysis.cpp
 1481   LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to "
 1482                     << *InstMap[BIdx] << ": " << *Dist << "\n");
 1719                  [&](unsigned Idx) { return this->InstMap[Idx]; });