Searched refs:FuncT (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 115 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 D | RegionInfo.h | 76 // 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 D | GenericDomTreeUpdater.h | 132 template <typename FuncT> void recalculate(FuncT &F);
|
H A D | GenericDomTreeUpdaterImpl.h | 26 template <typename FuncT> 28 FuncT &F) { in recalculate()
|
H A D | RegionInfoImpl.h | 696 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 D | SizeOpts.h | 50 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 D | MachineRegionInfo.h | 31 using FuncT = MachineFunction;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 242 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 D | SemaExpr.cpp | 6722 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 …]
|