Home
last modified time | relevance | path

Searched refs:FuncT (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h115 template <typename FuncT> bool isFunctionEntryHot(const FuncT *F) const { in isFunctionEntryHot()
126 template <typename FuncT, typename BFIT>
127 bool isFunctionHotInCallGraph(const FuncT *F, BFIT &BFI) const { in isFunctionHotInCallGraph()
146 template <typename FuncT, typename BFIT>
147 bool isFunctionColdInCallGraph(const FuncT *F, BFIT &BFI) const { in isFunctionColdInCallGraph()
167 template <typename FuncT, typename BFIT>
169 const FuncT *F, BFIT &BFI) const { in isFunctionHotInCallGraphNthPercentile()
170 return isFunctionHotOrColdInCallGraphNthPercentile<true, FuncT, BFIT>( in isFunctionHotInCallGraphNthPercentile()
175 template <typename FuncT, typenam
[all...]
H A DRegionInfo.h76 // FuncT
86 using FuncT = Function;
257 using FuncT = typename Tr::FuncT;
679 using FuncT = typename Tr::FuncT;
784 void scanForRegions(FuncT &F, BBtoBBMap *ShortCut);
796 void calculate(FuncT &F);
H A DGenericDomTreeUpdater.h132 template <typename FuncT> void recalculate(FuncT &F);
H A DGenericDomTreeUpdaterImpl.h26 template <typename FuncT>
28 FuncT &F) { in recalculate()
H A DRegionInfoImpl.h696 void RegionInfoBase<Tr>::scanForRegions(FuncT &F, BBtoBBMap *ShortCut) { in findRegionsWithEntry()
697 using FuncPtrT = std::add_pointer_t<FuncT>; in findRegionsWithEntry()
881 void RegionInfoBase<Tr>::calculate(FuncT &F) { in getCommonRegion()
882 using FuncPtrT = std::add_pointer_t<FuncT>; in getCommonRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h50 template <typename FuncT, typename BFIT>
51 bool shouldFuncOptimizeForSizeImpl(const FuncT *F, ProfileSummaryInfo *PSI, in shouldFuncOptimizeForSizeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h31 using FuncT = MachineFunction;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp242 template <typename FuncT> void traverse(Value *V, FuncT F);
286 template <typename FuncT> in INITIALIZE_PASS_DEPENDENCY()
287 void Simplifier::Context::traverse(Value *V, FuncT F) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6722 const FunctionType *FuncT = nullptr; in BuildResolvedCallExpr() local
6728 FuncT = PT->getPointeeType()->getAs<FunctionType>(); in BuildResolvedCallExpr()
6729 if (!FuncT) in BuildResolvedCallExpr()
6734 FuncT = BPT->getPointeeType()->castAs<FunctionType>(); in BuildResolvedCallExpr()
6753 const auto *Proto = dyn_cast_or_null<FunctionProtoType>(FuncT); in BuildResolvedCallExpr()
6819 if (!FuncT->getReturnType()->isVoidType() && in BuildResolvedCallExpr()
6820 !FuncT->getReturnType()->getAs<AutoType>() && in BuildResolvedCallExpr()
6821 !FuncT->getReturnType()->isInstantiationDependentType()) in BuildResolvedCallExpr()
6833 if (CheckCallReturnType(FuncT->getReturnType(), Fn->getBeginLoc(), TheCall, in BuildResolvedCallExpr()
6838 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
[all …]