Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp504 bool FoundDef = false; // Not counting 2address def. in PropagateBackward() local
533 FoundDef = true; in PropagateBackward()
543 if (FoundDef) { in PropagateBackward()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp705 bool FoundDef = false; in collectVRegUses() local
708 FoundDef = true; in collectVRegUses()
712 if (FoundDef) in collectVRegUses()
/external/clang/lib/AST/
DASTImporter.cpp2777 if (RecordDecl *FoundDef = FoundRecord->getDefinition()) { in VisitRecordDecl() local
2781 == FoundDef->isAnonymousStructOrUnion() && in VisitRecordDecl()
2782 IsStructuralMatch(D, FoundDef))) { in VisitRecordDecl()
2787 return Importer.Imported(D, FoundDef); in VisitRecordDecl()
4557 if (RecordDecl *FoundDef = D2->getDefinition()) { in VisitClassTemplateSpecializationDecl() local
4558 if (!D->isCompleteDefinition() || IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()
4562 return Importer.Imported(D, FoundDef); in VisitClassTemplateSpecializationDecl()
4752 if (VarDecl *FoundDef = D2->getDefinition()) { in VisitVarTemplateSpecializationDecl() local
4754 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
4758 return Importer.Imported(D, FoundDef); in VisitVarTemplateSpecializationDecl()