Home
last modified time | relevance | path

Searched refs:OldC (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp1074 LazyCallGraph::SCC *OldC = C; in run() local
1098 if ((C != OldC || UR.CWorklist.count(OldC)) && in run()
1100 return CG.lookupSCC(*CG.lookup(*Callee)) == OldC; in run()
1104 UR.InlinedInternalEdges.insert({&N, OldC}); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCGSCCPassManager.cpp843 SCC *OldC = C; in incorporateNewSCCRange() local
856 AM.getCachedResult<FunctionAnalysisManagerCGSCCProxy>(*OldC)) in incorporateNewSCCRange()
868 AM.invalidate(*OldC, PA); in incorporateNewSCCRange()
876 assert(OldC != &NewC && "Already handled the original SCC!"); in incorporateNewSCCRange()
DConstantFolding.cpp1159 Constant *OldC = cast<Constant>(&OldU); in ConstantFoldConstantImpl() local
1160 Constant *NewC = OldC; in ConstantFoldConstantImpl()
1163 if (isa<ConstantVector>(OldC) || isa<ConstantExpr>(OldC)) { in ConstantFoldConstantImpl()
1164 auto It = FoldedOps.find(OldC); in ConstantFoldConstantImpl()
1166 NewC = ConstantFoldConstantImpl(OldC, DL, TLI, FoldedOps); in ConstantFoldConstantImpl()
1167 FoldedOps.insert({OldC, NewC}); in ConstantFoldConstantImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3536 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl() local
3538 for (Expr *OE : OldC->varlists()) { in VisitOMPDeclareMapperDecl()
3549 SemaRef.SubstNestedNameSpecifierLoc(OldC->getMapperQualifierLoc(), in VisitOMPDeclareMapperDecl()
3554 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
3555 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
3556 OldC->getEndLoc()); in VisitOMPDeclareMapperDecl()
3558 OldC->getMapTypeModifiers(), OldC->getMapTypeModifiersLoc(), SS, in VisitOMPDeclareMapperDecl()
3559 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
3560 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs); in VisitOMPDeclareMapperDecl()
DSemaTemplate.cpp7739 const Expr *NewC = nullptr, *OldC = nullptr; in MatchTemplateParameterKind() local
7743 OldC = TC->getImmediatelyDeclaredConstraint(); in MatchTemplateParameterKind()
7748 S.Diag(OldC ? OldC->getBeginLoc() : Old->getBeginLoc(), in MatchTemplateParameterKind()
7752 if (!NewC != !OldC) { in MatchTemplateParameterKind()
7760 OldC->Profile(OldCID, S.Context, /*Canonical=*/true); in MatchTemplateParameterKind()