/llvm-project/polly/unittests/DeLICM/ |
H A D | DeLICMTest.cpp | 158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown() 179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric() 200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting() 210 bool checkIsConflictingKnown(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflictingKnown()
|
/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError() 164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 218 NamedDecl *Existing = nullptr; global() member in clang::ASTDeclReader::FindExistingResult 226 FindExistingResult(ASTReader & Reader,NamedDecl * New,NamedDecl * Existing,unsigned AnonymousDeclNumber,IdentifierInfo * TypedefNameForLinkage) FindExistingResult() argument 936 FunctionDecl *Existing = nullptr; VisitFunctionDecl() local 1135 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); VisitFunctionDecl() local 1567 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) VisitMSGuidDecl() local 1577 if (UnnamedGlobalConstantDecl *Existing = VisitUnnamedGlobalConstantDecl() local 1588 if (TemplateParamObjectDecl *Existing = VisitTemplateParamObjectDecl() local 2858 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeRedeclarable() local 2862 if (T *Existing = ExistingRes) mergeRedeclarable() local 2887 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeLambda() local 2921 mergeTemplatePattern(RedeclarableTemplateDecl * D,RedeclarableTemplateDecl * Existing,bool IsKeyDecl) mergeTemplatePattern() argument 2963 mergeRedeclarable(Redeclarable<T> * DBase,T * Existing,RedeclarableResult & Redecl) mergeRedeclarable() argument 3048 if (T *Existing = ExistingRes) mergeMergeable() local 3468 if (auto *Existing = getAnonymousDeclForMerging( findExisting() local 3501 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local 3509 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local 4404 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; add() local [all...] |
/llvm-project/clang-tools-extra/clangd/indexer/ |
H A D | IndexerMain.cpp | 74 if (const auto *Existing = Symbols.find(Sym.ID)) in create() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseDefaultMemberInitCheck.cpp | 235 else if (const auto *Existing = in check() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 281 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); hasInstrProfHashMismatch() local
|
H A D | MachineFunction.cpp | 116 auto *Existing = in setUnsafeStackSize() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 257 auto Existing = VTablePtrAuthInfos.find(Record); getVTablePointerAuthentication() local
|
/llvm-project/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
|
H A D | SemaOpenCL.cpp | 90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
|
H A D | SemaAPINotes.cpp | 147 auto Existing = GetExistingAttr(D); handleAPINotedAttribute() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
|
H A D | InstrProfWriter.cpp | 281 memprof::IndexedMemProfRecord &Existing = Iter->second; addMemProfRecord() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
|
/llvm-project/polly/lib/Transform/ |
H A D | DeLICM.cpp | 337 static bool isConflicting(const Knowledge &Existing, in isConflicting() argument 1522 Knowledge Existing(std::move(ExistingOccupied), std::move(ExistingUnused), isConflicting() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
|
H A D | AccelTable.cpp | 447 if (DebugNamesAbbrev *Existing = populateAbbrevsMap() local
|
/llvm-project/bolt/lib/Core/ |
H A D | DebugNames.cpp | 487 if (DebugNamesAbbrev *Existing = populateAbbrevsMap() local
|
/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { AddPragmaHandler() local 952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); RemovePragmaHandler() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 496 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); getArchSubtarget() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 379 EntryType *Existing = Specializations.GetOrInsertNode(Entry); addSpecializationImpl() local 569 ClassTemplatePartialSpecializationDecl *Existing AddPartialSpecialization() local 1320 VarTemplatePartialSpecializationDecl *Existing = AddPartialSpecialization() local
|
H A D | ASTContext.cpp | 4508 QualType Existing = QualType(FPT, 0); getFunctionTypeInternal() local 4694 if (DependentBitIntType *Existing = getDependentBitIntType() local 12482 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) getMSGuidDecl() local 12498 if (UnnamedGlobalConstantDecl *Existing = getUnnamedGlobalConstantDecl() local 12520 if (TemplateParamObjectDecl *Existing = getTemplateParamObjectDecl() local 13937 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl); useAbbreviatedThunkName() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1660 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local 1690 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TUScheduler.cpp | 192 auto Existing = findByKey(K); in take() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
|