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

References

lib/CodeGen/StackSlotColoring.cpp
  214   for (auto &I : *LS)
lib/DebugInfo/PDB/PDBSymbol.cpp
  133   for (auto &Stat : Stats) {
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
 1224       for (const auto &OperandPair : SDWAOperands) {
 1237       for (const auto &OperandPair : SDWAOperands) {
 1245       for (auto &PotentialPair : PotentialMatches) {
lib/Transforms/IPO/FunctionImport.cpp
  610   for (auto &V : Cont)
  642       if (!DefinedGVSummaries.count(*EI))
lib/Transforms/IPO/GlobalDCE.cpp
  151     for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  661   for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
  702   for (auto &&CM : make_range(ComdatMembers.equal_range(OrigComdat))) {
tools/lld/lib/Core/Resolver.cpp
  329     for (auto &p : llvm::make_range(_reverseRef.equal_range(defAtom))) {
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  533     for (auto name : m_name_list) {
tools/lldb/source/Breakpoint/Breakpoint.cpp
   83     for (auto name : m_name_list) {
  912         for (std::string name : m_name_list) {
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   87     for (std::string name : m_function_names) {
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  648   for (const auto &pair : m_software_breakpoints) {
tools/lldb/source/Target/ModuleCache.cpp
  220     cached_module_sp = (*find_it).second.lock();
utils/TableGen/DFAPacketizerEmitter.cpp
  410   for (auto &KV : ItinsByNamespace)