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

References

include/llvm/Analysis/LoopCacheAnalysis.h
  201         LoopCosts.begin(), LoopCosts.end(),
  201         LoopCosts.begin(), LoopCosts.end(),
  203     return (IT != LoopCosts.end()) ? (*IT).second : -1;
  207   const ArrayRef<LoopCacheCostTy> getLoopCosts() const { return LoopCosts; }
  239     sort(LoopCosts, [](const LoopCacheCostTy &A, const LoopCacheCostTy &B) {
lib/Analysis/LoopCacheAnalysis.cpp
  444   for (const auto &LC : CC.LoopCosts) {
  498     assert((std::find_if(LoopCosts.begin(), LoopCosts.end(),
  498     assert((std::find_if(LoopCosts.begin(), LoopCosts.end(),
  501                          }) == LoopCosts.end()) &&
  504     LoopCosts.push_back(std::make_pair(L, LoopCost));