Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2693 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
2694 if (D->isThisDeclarationADefinition() && FoundDef) in VisitEnumDecl()
2695 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
2829 RecordDecl *FoundDef = FoundRecord->getDefinition(); in VisitRecordDecl() local
2830 if (D->isThisDeclarationADefinition() && FoundDef) { in VisitRecordDecl()
2833 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
2835 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef); in VisitRecordDecl()
3985 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
3986 if (D->isThisDeclarationADefinition() && FoundDef) in VisitVarDecl()
3989 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp964 bool FoundDef = false; in collectVRegUses() local
967 FoundDef = true; in collectVRegUses()
971 if (FoundDef) in collectVRegUses()