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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1311 bool FoundDef = false;
1331 FoundDef = IsDef;
1334 if (FoundDef) {
1380 if (!FoundDef) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2620 EnumDecl *FoundDef = FoundEnum->getDefinition(); local
2621 if (D->isThisDeclarationADefinition() && FoundDef)
2622 return Importer.MapImported(D, FoundDef);
2743 RecordDecl *FoundDef = FoundRecord->getDefinition(); local
2744 if (D->isThisDeclarationADefinition() && FoundDef) {
2747 Importer.MapImported(D, FoundDef);
2749 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef);
2753 // FoundDef may not have every implicit method that D has
3876 VarDecl *FoundDef = FoundVar->getDefinition();
3877 if (D->isThisDeclarationADefinition() && FoundDef)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp947 bool FoundDef = false; local
950 FoundDef = true;
954 if (FoundDef)

Completed in 57 milliseconds