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

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1390 bool FoundDef = false;
1410 FoundDef = IsDef;
1413 if (FoundDef) {
1459 if (!FoundDef) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2722 EnumDecl *FoundDef = FoundEnum->getDefinition(); local
2723 if (D->isThisDeclarationADefinition() && FoundDef)
2724 return Importer.MapImported(D, FoundDef);
2858 RecordDecl *FoundDef = FoundRecord->getDefinition(); local
2859 if (D->isThisDeclarationADefinition() && FoundDef) {
2862 Importer.MapImported(D, FoundDef);
2864 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef);
2868 // FoundDef may not have every implicit method that D has
4196 VarDecl *FoundDef = FoundVar->getDefinition();
4197 if (D->isThisDeclarationADefinition() && FoundDef)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp138 bool FoundDef = false; local
155 if (!FoundDef) {
209 if (!FoundDef && TRI->isSubRegisterEq(MO.getReg(), SrcReg)) {
246 FoundDef = true;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp969 bool FoundDef = false; local
972 FoundDef = true;
976 if (FoundDef)

Completed in 212 milliseconds