Home
last modified time | relevance | path

Searched defs:Cloner (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h57 struct Cloner { struct
60 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner() function
62 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp719 CallBase &CB, FunctionCloner &Cloner, BlockFrequency WeightedOutliningRcost, in shouldPartialInline()
1258 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() local
1288 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() local
1302 bool PartialInlinerImpl::tryPartialInline(FunctionCloner &Cloner) { in tryPartialInline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1465 CoroCloner Cloner(F, Suffix, Shape, FKind, TTI); in createClone() local