|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 307 assert(!LogicalDylibs.count(K) && "VModuleKey K already in use");
353 assert(LogicalDylibs.count(K) && "VModuleKey K is not valid here");
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h 206 assert(!ModuleMap.count(K) && "VModuleKey K already in use");
248 assert(ModuleMap.count(K) && "VModuleKey K not valid here");
include/llvm/ExecutionEngine/Orc/RPCUtils.h 1037 assert(!PendingResponses.count(SeqNo) &&
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 396 assert(!LinkedObjects.count(K) && "VModuleKey already in use");
416 assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
445 assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
453 assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
461 assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 199 assert(!InUseSymbols.count(Id) && "Symbol id already in use");
338 assert(!Resolvers.count(Handle) && "Handle already in use?");
472 assert(!BaseLayerHandles.count(Id) && "Id already in use?");
include/llvm/IR/ModuleSummaryIndex.h 1167 if (OidGuidMap.count(OrigGUID) && OidGuidMap[OrigGUID] != ValueGUID)
include/llvm/IR/ModuleSummaryIndexYAML.h 213 if (!V.count(KeyInt))
219 if (!V.count(RefGUID))
include/llvm/Support/ARMAttributeParser.h 130 return Attributes.count(Tag);
lib/Analysis/CallGraph.cpp 135 assert(FunctionMap.count(From) && "No CallGraphNode for function!");
136 assert(!FunctionMap.count(To) &&
lib/AsmParser/LLParser.cpp 683 if (NumberedMetadata.count(MID)) {
762 if (NumberedMetadata.count(MetadataID))
3252 } else if (!ForwardRefVals.count(Fn.StrVal)) {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 291 assert(!AddrToCanonicalSymbol.count(Sym.getAddress()) &&
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp 250 assert(Defs.count(Name) && "No definition for symbol");
lib/ExecutionEngine/Orc/Core.cpp 1961 assert(!CollectedMUsMap.count(KV.first) &&
lib/ExecutionEngine/Orc/OrcCBindingsStack.h 388 assert(KeyLayers.count(K) && "looking up symbol in unknown module");
481 assert(!Resolvers.count(K) && "Resolver already present");
lib/IR/ModuleSummaryIndex.cpp 419 if (!GVSMap.count(IdTo)) {
lib/Linker/LinkModules.cpp 463 if (ComdatsChosen.count(&C))
lib/Support/CommandLine.cpp 2208 assert(CategorizedOptions.count(Cat) > 0 &&
lib/Support/DAGDeltaAlgorithm.cpp 82 assert(Predecessors.count(Node) && "Invalid node!");
86 assert(Predecessors.count(Node) && "Invalid node!");
91 assert(PredClosure.count(Node) && "Invalid node!");
95 assert(PredClosure.count(Node) && "Invalid node!");
100 assert(Successors.count(Node) && "Invalid node!");
104 assert(Successors.count(Node) && "Invalid node!");
109 assert(SuccClosure.count(Node) && "Invalid node!");
113 assert(SuccClosure.count(Node) && "Invalid node!");
lib/Target/ARM/ARMParallelDSP.cpp 314 if (!LoadPairs.count(Ld0) || LoadPairs[Ld0] != Ld1)
341 return LoadPairs.count(Ld) || OffsetLoads.count(Ld);
397 if (RAWDeps.count(Dominated)) {
720 LoadInst *WideLHS = WideLoads.count(BaseLHS) ?
722 LoadInst *WideRHS = WideLoads.count(BaseRHS) ?
lib/Target/Hexagon/BitTracker.cpp 882 if (!Eval || ResMap.count(RD.Reg) == 0) {
1000 assert(Map.count(OldRR.Reg) > 0 && "OldRR not present in map");
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp 203 if (Colors.count(N))
215 if (!Needed.count(conj(N)) || Colors.count(N))
228 if (!Colors.count(N))
263 if (Colors.count(I) == 0)
lib/Target/Hexagon/HexagonMachineFunctionInfo.h 56 return (PacketInfo.count(MI) &&
60 return (PacketInfo.count(MI) &&
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp 423 Map.count(std::make_pair(InLoop.count(Pred), Entry)))
428 if (EntryToLayoutPred.count(std::make_pair(PredInLoop, Entry)) &&
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp 637 if (BlockingStoresDispSizeMap.count(DispImm)) {
lib/Transforms/Vectorize/VPlan.h 132 return VectorMapStorage.count(Key);
147 return ScalarMapStorage.count(Key);
181 if (!VectorMapStorage.count(Key)) {
192 if (!ScalarMapStorage.count(Key)) {
projects/openmp/libomptarget/src/rtl.cpp 286 if(!HostEntriesBeginToTransTable.count(desc->HostEntriesBegin)){
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h 517 return StackHints.count(Piece) > 0;
tools/clang/lib/AST/ExternalASTMerger.cpp 212 if (FromOrigins.count(FromDC) &&
282 if (Origins.count(DC)) {
tools/clang/lib/Driver/Driver.cpp 1818 if (Ids.count(A)) // A was already visited.
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp 1230 if (!Super.count(II)) {
tools/clang/lib/Tooling/RefactoringCallbacks.cpp 223 if (NodeMap.count(FromId) == 0) {
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp 212 if (FunctionCache.count(Func) == 0) {
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h 437 EXPECT_TRUE(M.count(Id) == 0 ||
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 2050 if (SubMatchRules.count(Rule.MetaSubject))
tools/lld/COFF/Writer.cpp 968 if (config->dllOrder.count(dll) == 0)
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp 498 if (!unwindLocs.count(entry.first))
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 55 if (!m_values.count(function)) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h 264 return m_isa_to_descriptor.count(isa) > 0;
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp 177 saved_unwind_states.count(current_offset) == 0) {
244 if (saved_unwind_states.count(
tools/lldb/source/Target/Target.cpp 254 lldbassert(!m_repl_map.count(language));
tools/lldb/source/Utility/ReproducerInstrumentation.cpp 82 assert(m_ids.count(id) != 0 && "ID not in registry");
87 assert(m_ids.count(id) != 0 && "ID not in registry");
tools/llvm-cxxdump/llvm-cxxdump.cpp 326 if (VTableSymEntries.count(Key))
unittests/AsmParser/AsmParserTest.cpp 62 EXPECT_EQ(Mapping.MetadataNodes.count(0), 1u);
63 EXPECT_EQ(Mapping.MetadataNodes.count(42), 1u);
64 EXPECT_EQ(Mapping.MetadataNodes.count(1), 0u);
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 48 if (SymTab.count(H))
74 if (SymTab.count(H))
usr/include/c++/7.4.0/bits/regex_automaton.tcc 210 && __m.count(__dup._M_alt) == 0)
215 && __m.count(__dup._M_next) == 0)
utils/TableGen/CodeGenDAGPatterns.cpp 3604 assert(!DAGInsts.count(CGI.TheDef) && "Instruction already parsed!");
3703 if (!InstInputs.count(OpName)) {
utils/TableGen/CodeGenRegisters.cpp 324 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
utils/TableGen/DFAPacketizerEmitter.cpp 329 assert(FUNameToBitsMap.count(UnitName));
utils/TableGen/GlobalISelEmitter.cpp 1209 return TypeIDValues.count(Ty);
5324 if (SubtargetFeatures.count(Predicate) == 0)
utils/TableGen/InstrInfoEmitter.cpp 300 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", ";
utils/TableGen/X86FoldTablesEmitter.cpp 621 if (RegInsts.count(Opc) == 0)
utils/unittest/googlemock/src/gmock-spec-builders.cc 651 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
688 if (g_mock_object_registry.states().count(mock_obj) == 0) {
767 if (g_mock_object_registry.states().count(mock_obj) == 0) {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h 570 return registered_tests_.count(test_name) > 0;