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

References

include/llvm/ADT/SetOperations.h
   54     if (!S2.count(*SI))       // if the element is not in set2
include/llvm/ADT/SmallSet.h
  169       return Set.count(V);
include/llvm/Analysis/DominanceFrontierImpl.h
   61   assert(I->second.count(Node) && "Node is not in DominanceFrontier of BB");
   69   assert(I->second.count(Node) && "Node is not in DominanceFrontier of BB");
include/llvm/Analysis/IntervalIterator.h
  206     if (Visited.count(NodeHeader)) {     // Node already been visited?
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  651         if (!LD.getStubsToClone(LMId).count(F))
lib/Bitcode/Writer/BitcodeWriter.cpp
 4136       if (DefOrUseGUIDs.count(
 4150       if (DefOrUseGUIDs.count(
lib/CodeGen/AggressiveAntiDepBreaker.cpp
  424     if (MI.isKill() || (PassthruRegs.count(Reg) != 0))
  870         } else if (PassthruRegs.count(AntiDepReg) != 0) {
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  227     if (Partition.count(cast<GlobalValue>(A.getAliasee())))
  301           return GVsToExtract->count(&GV);
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  341       if (P.second.count(LocalAddress))
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
   60       if (Symbols.count(*KV.first))
  160     if (InternalSymbols.count(KV.first))
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  272       if (!ResponsibilitySet.count(Name))
 1149             !ResolvedSymbols.count(Name))
 1179         assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?");
lib/LTO/LTO.cpp
  182     if (CfiFunctionDefs.count(ValueGUID))
  184     if (CfiFunctionDecls.count(ValueGUID))
  645   if (!NonPrevailingComdats.count(C))
 1337            ExportedGUIDs.count(GUID);
lib/Support/DAGDeltaAlgorithm.cpp
  131           assert(S.count(*it2) && "Attempt to run invalid changeset!");
  298   if (FailedTestsCache.count(Extended))
lib/Support/DeltaAlgorithm.cpp
   18   if (FailedTestsCache.count(Changes))
lib/Support/TrigramIndex.cpp
   74     if (!Was.count(Tri)) {
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  224   bool contains(MachineInstr &MI) { return Insts.count(&MI) > 0; }
lib/Target/ARM/ARMCodeGenPrepare.cpp
  949     if (AllVisited.count(V))
 1025       if (AllVisited.count(&I))
lib/Target/Hexagon/BitTracker.cpp
  820     if (!EdgeExec.count(CFGEdge(PredN, ThisN))) {
 1058     if (EdgeExec.count(Edge))
 1107     if (!InstrExec.count(&UseI))
lib/Target/Hexagon/HexagonBlockRanges.cpp
  365         if (!Defs.count(R))
lib/Target/Hexagon/HexagonCommonGEP.cpp
  475       if (I->count(N))
lib/Target/Hexagon/HexagonConstPropagation.cpp
  646     if (!EdgeExec.count(CFGEdge(PBN, MBN))) {
  790     if (!InstrExec.count(&MI))
  822     if (!InstrExec.count(&MI))
  881       if (EdgeExec.count(Edge))
  906     if (It != End && InstrExec.count(&*It))
  941         if (!EdgeExec.count(CFGEdge(BN, SN)))
  986       if (InstrExec.count(&MI)) {
 1037       if (I->isBranch() && !InstrExec.count(&*I))
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  498       if (!Op.isReg() || !DefRegs.count(Op))
 1285         if (!CoalUpd.count(Op.getReg()))
lib/Target/Hexagon/HexagonGenPredicate.cpp
  380     if (!PredGPRs.count(Reg))
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  176     if (!Needed.count(I))
  183     if (Needed.count(C))
  215     if (!Needed.count(conj(N)) || Colors.count(N))
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  180         if (!S.count(V)) { Q.push_back(V); S.insert(V); }
  527     if (!U || U->getParent() || !C.Used.count(U))
lib/Target/Hexagon/HexagonSplitDouble.cpp
  285     if (Visited.count(R))
  293       if (Visited.count(T))
  443           if (Op.isReg() && Part.count(Op.getReg()))
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
  472       if (ReplacedInsts.count(User)) {
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  578     if (SoftDefs.count(R)) {
  627     if (!Uses.count(R)) {
lib/Target/Hexagon/RDFGraph.cpp
 1047     if (Visited.count(DA.Id))
 1063       if (!Defined.count(A))
 1093     if (Visited.count(DA.Id))
 1624     assert(Kind != NodeAttrs::Def || !Defs.count(RR));
 1704         if (EHLiveIns.count(RA.Addr->getRegRef(*this)))
lib/Target/Hexagon/RDFLiveness.cpp
  304     if (Visited.count(PA.Id))
  526           if (PhiDefs.count(DA.Id))
  553       if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id))
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  747       areAllExceptionsAllowed() || EHWhitelistSet.count(F.getName());
lib/Transforms/IPO/DeadArgumentElimination.cpp
  361   if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
  361   if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
  697   if (LiveFunctions.count(RA.F))
  731   if (LiveFunctions.count(F))
lib/Transforms/IPO/LowerTypeTests.cpp
  130   return Bits.count(BitOffset);
 1789       if (ImportSummary->cfiFunctionDefs().count(F.getName()))
 1791       else if (ImportSummary->cfiFunctionDecls().count(F.getName()))
lib/Transforms/IPO/StripSymbols.cpp
  345       if (LiveGVs.count(DIG))
  353     else if (!LiveCUs.count(DIC))
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1103     if (V1Elems->second.count(V2))
 1106     if (V2Elems->second.count(V1))
lib/Transforms/Scalar/LoopLoadElimination.cpp
  316     return ((PtrsWrittenOnFwdingPath.count(Ptr1) && CandLoadPtrs.count(Ptr2)) ||
  317             (PtrsWrittenOnFwdingPath.count(Ptr2) && CandLoadPtrs.count(Ptr1)));
lib/Transforms/Utils/LoopSimplify.cpp
  300     if (BlocksInL.count(SubLoops[I]->getHeader()))
  311     if (!BlocksInL.count(BB)) {
lib/Transforms/Utils/SimplifyCFG.cpp
 1096           if (!PTIHandled.count(BBCases[i].Value) &&
 1142           if (PTIHandled.count(BBCases[i].Value)) {
tools/bugpoint/CrashDebugger.cpp
  166     if (I.hasInitializer() && !GVSet.count(&I)) {
  261       if (!I.isDeclaration() && !Functions.count(&I))
  270         if (Functions.count(F))
  288       if (!I.isDeclaration() && !Functions.count(&I)) {
tools/bugpoint/ExtractFunction.cpp
   75       if (C && !isa<GlobalValue>(C) && !Done.count(C))
  335     if (!TestFunctions.count(&I))
tools/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
   61             ParsedTemplates.count(FD->getNameAsString()))
tools/clang/tools/extra/clang-tidy/utils/UsingInserter.cpp
   39   if (AddedUsing.count(std::make_pair(Function, QualifiedName.str())) != 0)
   81   if (AddedUsing.count(NameInFunction(Function, QualifiedName.str())) != 0)
tools/clang/tools/extra/clangd/index/Ref.cpp
   37   if (M.count(S))
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1737       if (!DefaultSeverities.empty() && !DefaultSeverities.count("Ignored")) {
 1738         bool AnyNonErrors = DefaultSeverities.count("Warning") ||
 1739                             DefaultSeverities.count("Remark");
tools/lld/COFF/Driver.cpp
  484   if (config->noDefaultLibs.count(path.lower()))
 1571       return wholeArchives.count(*id);
tools/lld/COFF/Writer.cpp
  974     if (config->delayLoads.count(StringRef(file->dllName).lower())) {
tools/lld/lib/Core/Resolver.cpp
  246       if (seen.count(file))
tools/lld/lib/ReaderWriter/FileArchive.cpp
   64     if (_membersInstantiated.count(memberStart))
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  517           !usedDwarfFrames.count(atom))
tools/lldb/source/Core/Disassembler.cpp
  578                         if (pos->second.count(line) == 1) {
  606                         if (pos->second.count(next_line.line) == 1)
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  770     if (m_printed_instance_pointers->count(instance_ptr_value)) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  172   if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module)))
tools/lldb/source/Symbol/ClangASTImporter.cpp
  334     if (m_decls_already_completed.count(to_named_decl) != 0)
tools/lldb/source/Symbol/TypeSystem.cpp
  192     if (type_system && !visited.count(type_system)) {
  212     if (type_system && !visited.count(type_system)) {
tools/llvm-reduce/deltas/Delta.cpp
  123         if (!UninterestingChunks.count(C) && C != Chunks[I])
  153       return UninterestingChunks.count(C);
tools/llvm-reduce/deltas/ReduceArguments.cpp
   30         if (ArgIndexesToKeep.count(ArgI - CI->arg_begin()))
   65       if (!ArgsToKeep.count(&A)) {
   86       if (ArgsToKeep.count(&Arg))
tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
   32     if (BBsToKeep.count(Succ))
   67   if (!BBsToKeep.count(SwInst.getDefaultDest())) {
   73       if (!BBsToKeep.count(Case->getCaseSuccessor())) {
  100       if (!BBsToKeep.count(&BB)) {
tools/llvm-reduce/deltas/ReduceFunctions.cpp
   41     if (!FuncsToKeep.count(&F)) {
tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
   37     if (GV.hasInitializer() && !GVsToKeep.count(&GV)) {
tools/llvm-reduce/deltas/ReduceInstructions.cpp
   39         if (!InstToKeep.count(&Inst)) {
tools/llvm-reduce/deltas/ReduceMetadata.cpp
   48     if (!NodesToKeep.count(MDs[I].second))
unittests/IR/CFGBuilder.cpp
  100   if (Arcs.count(A) != 0)
  111   if (Arcs.count(A) == 0)
unittests/XRay/GraphTest.cpp
   82     EXPECT_EQ(1u, V.count(VVT.first));
  109     EXPECT_EQ(1u, E.count(EV.first));
utils/TableGen/AsmMatcherEmitter.cpp
 1242       if (!RS.count(CGR.TheDef))
utils/TableGen/CodeEmitterGen.cpp
  117               (!NamedOpIndices.empty() && NamedOpIndices.count(
utils/TableGen/CodeGenDAGPatterns.cpp
 4307     bool HasDefault = Modes.count(DefaultMode);
utils/TableGen/CodeGenRegisters.cpp
 1615     if (AllocatableRegs.count(RegNum))
utils/TableGen/FixedLenDecoderEmitter.cpp
 1918               (!NamedOpIndices.empty() && NamedOpIndices.count(
 2000       if (!NumberedInsnOperandsNoTie.count(TiedNames[Op.second])) {
utils/TableGen/GlobalISelEmitter.cpp
 5516   return Values.count(Value) == 0;
utils/TableGen/RegisterInfoEmitter.cpp
 1442        << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" )
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  579           GTEST_CHECK_(test_param_names.count(param_name) == 0)
utils/unittest/googletest/src/gtest-typed-test.cc
   73     if (tests.count(name) != 0) {
   99     if (tests.count(it->first) == 0) {