Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3223 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
3224 if (D->isThisDeclarationADefinition() && FoundDef) in VisitEnumDecl()
3225 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
3368 RecordDecl *FoundDef = FoundRecord->getDefinition(); in VisitRecordDecl() local
3369 if (D->isThisDeclarationADefinition() && FoundDef) { in VisitRecordDecl()
3372 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
3374 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef); in VisitRecordDecl()
4764 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
4765 if (D->isThisDeclarationADefinition() && FoundDef) in VisitVarDecl()
4768 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1756 bool FoundDef = false; in canRenameUpToDef() local
1776 FoundDef = IsDef; in canRenameUpToDef()
1779 if (FoundDef) { in canRenameUpToDef()
1822 if (!FoundDef) { in canRenameUpToDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp268 bool FoundDef = false; in isConvertibleToVMV_V_V() local
283 if (!FoundDef) { in isConvertibleToVMV_V_V()
333 if (!FoundDef && TRI->regsOverlap(MO.getReg(), SrcReg)) { in isConvertibleToVMV_V_V()
370 FoundDef = true; in isConvertibleToVMV_V_V()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1449 bool FoundDef = false; in collectVRegUses() local
1452 FoundDef = true; in collectVRegUses()
1456 if (FoundDef) in collectVRegUses()