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

References

include/llvm/Analysis/RegionInfoImpl.h
  288     if (Succ != exit && visited->find(Succ) == visited->end())
  604     if (exitSuccs->find(Succ) == exitSuccs->end())
include/llvm/CodeGen/RegAllocPBQP.h
  366       assert(OptimallyReducibleNodes.find(NId) !=
  372       assert(ConservativelyAllocatableNodes.find(NId) !=
  378       assert(NotProvablyAllocatableNodes.find(NId) !=
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1165     if (SVIs.find(I) != SVIs.end())
 1171       if (Is.find(dyn_cast<Instruction>(U)) == Is.end())
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  324     if ((DstRegs.find(SrcMI) == DstRegs.end())) {
lib/Target/AMDGPU/SIMachineScheduler.cpp
  998     if (SeenColors.find(CurrentColor) == SeenColors.end())
 1473         std::set<unsigned>::iterator RegPos = PredOutRegs.find(Reg);
 1537         std::set<unsigned>::iterator RegPos = PredOutRegs.find(Reg);
 1704     std::set<unsigned>::iterator Pos = LiveRegs.find(Reg);
lib/Target/ARM/A15SDOptimizer.cpp
  206       if (DeadInstr.find(Def) != DeadInstr.end())
  225           if (DeadInstr.find(&Use) == DeadInstr.end()) {
  367      if (Reached.find(MI) != Reached.end())
lib/Target/Hexagon/HexagonCommonGEP.cpp
  506     NodePairSet::iterator FEq = Eq.find(NP);
  509     NodePairSet::iterator FNe = Ne.find(NP);
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  501       if (ReadOnly.find(Register) != ReadOnly.end()) {
lib/Transforms/IPO/ArgumentPromotion.cpp
  724     if (ToPromote.find(Operands) == ToPromote.end()) {
lib/Transforms/IPO/MergeFunctions.cpp
  640     if (PDIRelated.find(I) == PDIRelated.end()) {
tools/clang/lib/AST/InheritViz.cpp
   66     if (KnownVirtualBases.find(CanonType) != KnownVirtualBases.end())
tools/clang/lib/Format/Format.cpp
 1588             DeletedTokens.find(Res) == DeletedTokens.end())
tools/clang/lib/Frontend/FrontendAction.cpp
  118       if (NamesToCheck.find(ND->getNameAsString()) != NamesToCheck.end()) {
tools/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
  158       if (USRSet.find(getUSRForDecl(
  166       if (USRSet.find(getUSRForDecl(OverriddenMethod)) != USRSet.end())
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
   83     if (SuppressMacroExpansions.find(ER.getAsRange()) !=
tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp
  230       if (DeclContexts.find(B) != DeclContexts.end()) {
  242     if (DeclContexts.find(*i) != DeclContexts.end())
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  174         if (Seen.find(AN) != Seen.end()) {
 1630     if (Uniques.find(EnumName) != Uniques.end())
 3385   auto I = CustomSubjectSet.find(FnName);
 3533   auto I = CustomLangOptsSet.find(FnName);
 3593   auto I = CustomTargetSet.find(FnName);
 3744         if (Seen.find(AttrName) != Seen.end())
tools/clang/utils/TableGen/MveEmitter.cpp
 1446       if (ShortNamesSeen.find(Name) == ShortNamesSeen.end()) {
tools/clang/utils/TableGen/NeonEmitter.cpp
 2242     if (Emitted.find(Def->getMangledName()) != Emitted.end())
tools/lldb/source/API/SBFrame.cpp
  864                   if (variable_set.find(variable_sp) == variable_set.end())
tools/lldb/source/Commands/CommandObjectSource.cpp
  987             if (source_match_set.find(source_info) == source_match_set.end()) {
tools/lldb/source/Commands/CommandObjectThread.cpp
  226         unique_stacks.find(new_unique_stack);
tools/lldb/source/Core/IOHandler.cpp
 4019           if (bp_lines.find(curr_line + 1) != bp_lines.end())
 4144           if (bp_file_addrs.find(inst->GetAddress().GetFileAddress()) !=
tools/lldb/source/Interpreter/Options.cpp
   99     pos_union = union_set.find(*pos);
  869     if (group_set.find(group) == group_set.end()) {
  882     if (group_set.find(group) == group_set.end()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  248   if (m_active_lookups.find(uniqued_const_decl_name) !=
  287   auto iter = m_active_lexical_decls.find(tag_decl);
  546   auto iter = m_active_lexical_decls.find(context_decl);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4369                 if (resolver_addresses.find(nlist.n_value) !=
 4377             if (resolver_addresses.find(nlist.n_value) !=
 4626                   if (resolver_addresses.find(symbol_stub_addr) ==
 4643                   if (resolver_addresses.find(symbol_stub_addr) ==
 4672         if (indirect_symbol_names.find(e.entry.name) ==
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  250     if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  267     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  278       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  288     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  299       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  310     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   62     if (cus_with_data.find(offset) == cus_with_data.end())
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  325           if (type_set.find(type) == type_set.end())
  372     if (compiler_type_set.find(compiler_type) == compiler_type_set.end()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1325         if (resolved_ids.find(id) != resolved_ids.end())
 1363         if (resolved_ids.find(id) == resolved_ids.end())
 1400     if (sym_addresses.find(file_addr) != sym_addresses.end())
tools/lldb/source/Symbol/ClangASTContext.cpp
 1896     if (path_left.find(d) != path_left.end())
 9999             if (searched.find(ud->getNominatedNamespace()) == searched.end())
10093         if (searched.find(it->second) != searched.end())
10116             if (searched.find(ns) == searched.end())
tools/lldb/source/Symbol/ClangASTImporter.cpp
 1046   if (m_decls_to_ignore.find(to) != m_decls_to_ignore.end())
tools/lldb/source/Symbol/Symtab.cpp
  373   auto it = class_contexts.find(decl_context_ccstr);
tools/lldb/source/Target/TargetList.cpp
  245               if (platform_set.find(the_platform_sp.get()) ==
tools/sancov/sancov.cpp
  329               if (WrittenIds.find(Point->Id) != WrittenIds.end())
  560         CoveredFiles.find(LineInfo->FileName) == CoveredFiles.end())
  577           CoveredFiles.find(FrameInfo.FileName) == CoveredFiles.end())
  582       if (Infos.find(FrameInfo) == Infos.end()) {
  770           SanCovAddrs.find(Target) != SanCovAddrs.end())
utils/benchmark/src/csv_reporter.cc
   71         CHECK(user_counter_names_.find(cnt.first) != user_counter_names_.end())