Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1475 bool FoundDef = false; in canRenameUpToDef() local
1495 FoundDef = IsDef; in canRenameUpToDef()
1498 if (FoundDef) { in canRenameUpToDef()
1541 if (!FoundDef) { in canRenameUpToDef()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2905 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
2907 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
3049 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
4411 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
4415 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
6303 if (FoundDef) in VisitVarTemplateDecl()
6304 return Importer.MapImported(D, FoundDef); in VisitVarTemplateDecl()
6309 return Importer.MapImported(D, FoundDef); in VisitVarTemplateDecl()
6421 if (VarDecl *FoundDef = D2->getDefinition()) { in VisitVarTemplateSpecializationDecl() local
6423 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp179 bool FoundDef = false; in isConvertibleToVMV_V_V() local
196 if (!FoundDef) { in isConvertibleToVMV_V_V()
250 if (!FoundDef && TRI->regsOverlap(MO.getReg(), SrcReg)) { in isConvertibleToVMV_V_V()
287 FoundDef = true; in isConvertibleToVMV_V_V()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1171 bool FoundDef = false; in collectVRegUses() local
1174 FoundDef = true; in collectVRegUses()
1178 if (FoundDef) in collectVRegUses()