Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1380 bool FoundDef = false; in canRenameUpToDef() local
1400 FoundDef = IsDef; in canRenameUpToDef()
1403 if (FoundDef) { in canRenameUpToDef()
1449 if (!FoundDef) { in canRenameUpToDef()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp138 bool FoundDef = false; in isConvertibleToVMV_V_V() local
155 if (!FoundDef) { in isConvertibleToVMV_V_V()
209 if (!FoundDef && TRI->isSubRegisterEq(MO.getReg(), SrcReg)) { in isConvertibleToVMV_V_V()
241 FoundDef = true; in isConvertibleToVMV_V_V()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2728 EnumDecl *FoundDef = FoundEnum->getDefinition(); in VisitEnumDecl() local
2729 if (D->isThisDeclarationADefinition() && FoundDef) in VisitEnumDecl()
2730 return Importer.MapImported(D, FoundDef); in VisitEnumDecl()
2868 Importer.MapImported(D, FoundDef); in VisitRecordDecl()
4086 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local
4090 return Importer.MapImported(D, FoundDef); in VisitVarDecl()
5922 if (D->isThisDeclarationADefinition() && FoundDef) in VisitVarTemplateDecl()
5925 return Importer.MapImported(D, FoundDef); in VisitVarTemplateDecl()
6037 if (VarDecl *FoundDef = D2->getDefinition()) { in VisitVarTemplateSpecializationDecl() local
6039 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp963 bool FoundDef = false; in collectVRegUses() local
966 FoundDef = true; in collectVRegUses()
970 if (FoundDef) in collectVRegUses()