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

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1197         AddrSpace2PointerActions[OpcodeIdx].end())
 1226         NumElements2Actions[OpcodeIdx].end())
include/llvm/CodeGen/LexicalScopes.h
  182     return I != AbstractScopeMap.end() ? &I->second : nullptr;
  188     return I != InlinedLexicalScopeMap.end() ? &I->second : nullptr;
  194     return I != LexicalScopeMap.end() ? &I->second : nullptr;
include/llvm/CodeGen/LiveStacks.h
   57   iterator end() { return S2IMap.end(); }
   66     assert(I != S2IMap.end() && "Interval does not exist for stack slot");
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1079       assert(I != FI.InlineSites.end() &&
lib/CodeGen/LexicalScopes.cpp
  134     return I != InlinedLexicalScopeMap.end() ? &I->second : nullptr;
  164   if (I != LexicalScopeMap.end())
  193   if (I != InlinedLexicalScopeMap.end())
  215   if (I != AbstractScopeMap.end())
lib/CodeGen/LiveStacks.cpp
   60   if (I == S2IMap.end()) {
lib/DebugInfo/PDB/PDBSymbol.cpp
  133   for (auto &Stat : Stats) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  145   for (auto it = Relocations.begin(), e = Relocations.end(); it != e; ++it) {
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  292     if (InterlEarlyExit.find(Subtarget) != InterlEarlyExit.end())
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
 1224       for (const auto &OperandPair : SDWAOperands) {
 1237       for (const auto &OperandPair : SDWAOperands) {
 1245       for (auto &PotentialPair : PotentialMatches) {
lib/Target/BPF/BTFDebug.cpp
  600   if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
  624   if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
lib/Target/BPF/BTFDebug.h
  340     assert(DIToIdMap.find(Ty) != DIToIdMap.end() &&
lib/Target/Hexagon/RDFGraph.cpp
 1000   for (auto I = DefM.begin(), E = DefM.end(); I != E; ++I)
 1009   for (auto I = DefM.begin(), E = DefM.end(); I != E; ++I)
 1013   for (auto I = DefM.begin(), E = DefM.end(), NextI = I; I != E; I = NextI) {
 1629     if (F == DefM.end())
lib/Transforms/IPO/GlobalDCE.cpp
  110     if (Where != ConstantDependenciesCache.end()) {
tools/clang/lib/Sema/SemaDecl.cpp
17268     if (Iter == EnumMap.end())
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  271   if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) {
  282     if (CategoryEndOffsets.find(*I) == CategoryEndOffsets.end())
tools/lld/lib/ReaderWriter/FileArchive.cpp
   52     if (member == _symbolMemberMap.end())
tools/lld/lib/ReaderWriter/MachO/File.h
  347     if (entry != _nameToAtom.end()) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
  156   auto iter = m_types.find(valobj_key), end = m_types.end();
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  365   if (it != m_software_breakpoints.end()) {
  381   if (it == m_software_breakpoints.end())
  648   for (const auto &pair : m_software_breakpoints) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2200       if (section_it == section_name_to_section.end())
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  895   if (it != emulator_baton->m_register_values.end()) {
  977     assert(pc_it != baton.m_register_values.end() &&
  981     if (flags_it != baton.m_register_values.end())
  985   } else if (pc_it == baton.m_register_values.end()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2899   assert((m_saved_registers_map.find(save_id) == m_saved_registers_map.end()) &&
 2953     if (it == m_saved_registers_map.end()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1034   if (iter != m_debug_macros_map.end())
tools/lldb/source/Target/ModuleCache.cpp
  219   if (find_it != m_loaded_modules.end()) {
tools/llvm-exegesis/lib/Analysis.cpp
  232     if (IndexIt == SchedClassIdToIndex.end()) {
tools/llvm-objdump/llvm-objdump.cpp
  639     if (SourceCache.find(LineInfo.FileName) == SourceCache.end())
  643     if (LineBuffer != LineCache.end()) {
tools/llvm-xray/xray-registry.cpp
   34   assert(It != Commands->end() &&
unittests/DebugInfo/PDB/PDBApiTest.cpp
  448     for (auto item = SymbolMap.begin(); item != SymbolMap.end(); ++item) {
  454     for (auto item = SymbolMap.begin(); item != SymbolMap.end(); ++item) {
utils/TableGen/DFAPacketizerEmitter.cpp
  410   for (auto &KV : ItinsByNamespace)