Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1477 bool FoundDef = false; in canRenameUpToDef() local
1497 FoundDef = IsDef; in canRenameUpToDef()
1500 if (FoundDef) { in canRenameUpToDef()
1543 if (!FoundDef) { in canRenameUpToDef()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2953 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
2954 if (D->isThisDeclarationADefinition() && FoundDef) in VisitEnumDecl()
2955 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
3098 RecordDecl *FoundDef = FoundRecord->getDefinition(); in VisitRecordDecl() local
3099 if (D->isThisDeclarationADefinition() && FoundDef) { in VisitRecordDecl()
3102 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
3104 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef); in VisitRecordDecl()
4491 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
4492 if (D->isThisDeclarationADefinition() && FoundDef) in VisitVarDecl()
4495 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp199 bool FoundDef = false; in isConvertibleToVMV_V_V() local
216 if (!FoundDef) { in isConvertibleToVMV_V_V()
270 if (!FoundDef && TRI->regsOverlap(MO.getReg(), SrcReg)) { in isConvertibleToVMV_V_V()
307 FoundDef = true; in isConvertibleToVMV_V_V()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1209 bool FoundDef = false; in collectVRegUses() local
1212 FoundDef = true; in collectVRegUses()
1216 if (FoundDef) in collectVRegUses()