Searched defs:Cloner (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 58 struct Cloner { struct 61 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner() function 63 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 773 CallBase &CB, FunctionCloner &Cloner, BlockFrequency WeightedOutliningRcost, in shouldPartialInline() 1309 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() local 1339 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() local 1353 bool PartialInlinerImpl::tryPartialInline(FunctionCloner &Cloner) { in tryPartialInline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1000 CoroCloner Cloner(F, Suffix, Shape, FKind); in createClone() local
|