Searched refs:NewDepth (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 248 unsigned NewDepth, unsigned NewIndex) { in transformTemplateTypeParam() argument 252 SemaRef.Context, DC, TTP->getBeginLoc(), TTP->getLocation(), NewDepth, in transformTemplateTypeParam() 277 unsigned NewDepth) { in transformTemplateParam() argument 283 NewParam->setDepth(NewDepth); in transformTemplateParam() 728 unsigned NewIndex, unsigned NewDepth) { in transformTemplateParameter() argument 730 return transformTemplateTypeParam(SemaRef, DC, TTP, Args, NewDepth, in transformTemplateParameter() 733 return transformTemplateParam(SemaRef, DC, TTP, Args, NewIndex, NewDepth); in transformTemplateParameter() 735 return transformTemplateParam(SemaRef, DC, NTTP, Args, NewIndex, NewDepth); in transformTemplateParameter()
|
H A D | TreeTransform.h | 12854 unsigned NewDepth = getDerived().TransformTemplateDepth(OldDepth); in TransformStmtExpr() local 12856 if (!getDerived().AlwaysRebuild() && OldDepth == NewDepth && in TransformStmtExpr() 12864 E->getRParenLoc(), NewDepth); in TransformStmtExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 248 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() argument 249 if (NewDepth <= getDepth()) in setDepthToAtLeast() 252 Depth = NewDepth; in setDepthToAtLeast()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 433 void setDepthToAtLeast(unsigned NewDepth);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2340 unsigned NewDepth = std::max(Depth, MaxAnalysisRecursionDepth - 1); in isKnownToBeAPowerOfTwo() local 2349 return isKnownToBeAPowerOfTwo(U.get(), OrZero, NewDepth, RecQ); in isKnownToBeAPowerOfTwo() 2947 unsigned NewDepth = std::max(Depth, MaxAnalysisRecursionDepth - 1); in isKnownNonZeroFromOperator() local 2969 return isKnownNonZero(U.get(), DemandedElts, RecQ, NewDepth); in isKnownNonZeroFromOperator()
|