Home
last modified time | relevance | path

Searched refs:FoundDef (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1394 bool FoundDef = false; in canRenameUpToDef() local
1414 FoundDef = IsDef; in canRenameUpToDef()
1417 if (FoundDef) { in canRenameUpToDef()
1463 if (!FoundDef) { in canRenameUpToDef()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2742 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
2743 if (D->isThisDeclarationADefinition() && FoundDef) in VisitEnumDecl()
2744 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
2882 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
4036 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
4040 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
5817 if (D->isThisDeclarationADefinition() && FoundDef) in VisitVarTemplateDecl()
5820 return Importer.MapImported(D, FoundDef); in VisitVarTemplateDecl()
5937 if (VarDecl *FoundDef = D2->getDefinition()) { in VisitVarTemplateSpecializationDecl() local
5939 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp964 bool FoundDef = false; in collectVRegUses() local
967 FoundDef = true; in collectVRegUses()
971 if (FoundDef) in collectVRegUses()