reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
743 for (const auto &Entry : Map) { 750 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { 751 return (rank(*Map.lookup(r1).begin()) < rank(*Map.lookup(r2).begin())); 751 return (rank(*Map.lookup(r1).begin()) < rank(*Map.lookup(r2).begin())); 767 const SmallVecInsn &V = Map.lookup(R);