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

References

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
   66     assert(I != S2IMap.end() && "Interval does not exist for stack slot");
   73     assert(I != S2IMap.end() && "Interval does not exist for stack slot");
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  912     assert(I != FI.InlineSites.end() &&
 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
   79   for (const_iterator I = begin(), E = end(); I != E; ++I) {
lib/CodeGen/StackSlotColoring.cpp
  214   for (auto &I : *LS)
lib/DebugInfo/PDB/PDBExtras.cpp
  389   for (auto Tag : Stats) {
lib/DebugInfo/PDB/PDBSymbol.cpp
  133   for (auto &Stat : Stats) {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   41         if (SeenNames.find(Name) != SeenNames.end())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  145   for (auto it = Relocations.begin(), e = Relocations.end(); it != e; ++it) {
lib/LTO/LTO.cpp
  149   for (auto F : ExportList)
  161     for (auto &Fn : Entry.second)
  231     for (auto &ImpF : ImpM.second) {
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) {
lib/Transforms/IPO/FunctionImport.cpp
  610   for (auto &V : Cont)
  641     for (auto EI = ELI.second.begin(); EI != ELI.second.end();) {
  884     for (auto &GI : ILI.second) {
lib/Transforms/IPO/GlobalDCE.cpp
  110     if (Where != ConstantDependenciesCache.end()) {
  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))) {
lib/XRay/InstrumentationMap.cpp
   38   if (I != FunctionIds.end())
   45   if (I != FunctionAddresses.end())
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  323   assert(CatOffset != CategoryEndOffsets.end());
  326   if (Iter != IncludesByPriority.end()) {
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  165   for (const CallExpr *Call : Indexer->getFnCalls(Function))
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
   83   return AllTypes.find(MPIDatatype) != AllTypes.end();
tools/lld/lib/Core/Resolver.cpp
  329     for (auto &p : llvm::make_range(_reverseRef.equal_range(defAtom))) {
tools/lld/lib/ReaderWriter/MachO/File.h
  347     if (entry != _nameToAtom.end()) {
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  528     return m_name_list.find(name) != m_name_list.end();
  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
  365   if (it != m_software_breakpoints.end()) {
  648   for (const auto &pair : m_software_breakpoints) {
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())
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   35   if (it != m_auxv_entries.end())
   45   for (auto entry : m_auxv_entries) {
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/lldb/source/Target/Process.cpp
 5684       if (it->second.find(repeat_key) != it->second.end()) {
tools/llvm-objcopy/ELF/Object.cpp
 1847               return RemoveSections.find(Sec) != RemoveSections.end();
tools/llvm-objdump/llvm-objdump.cpp
  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) {
unittests/Support/FileCheckTest.cpp
   37   for (StringRef S : Set) {
utils/TableGen/DFAPacketizerEmitter.cpp
  410   for (auto &KV : ItinsByNamespace)
utils/unittest/googletest/include/gtest/gtest-printers.h
  378        it != container.end(); ++it, ++count) {