Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp719 shouldPartialInline(CallBase & CB,FunctionCloner & Cloner,BlockFrequency WeightedOutliningRcost,OptimizationRemarkEmitter & ORE) const shouldPartialInline() argument
1258 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI); unswitchFunction() local
1288 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI); unswitchFunction() local
1302 tryPartialInline(FunctionCloner & Cloner) tryPartialInline() argument
[all...]
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1464 CoroCloner Cloner(F, Suffix, Shape, FKind, TTI); createClone() local