Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h58 struct Cloner { struct
61 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner() argument
63 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp722 PartialInlinerImpl::getOutliningCallBBRelativeFreq(FunctionCloner &Cloner) { in getOutliningCallBBRelativeFreq()
762 CallSite CS, FunctionCloner &Cloner, in shouldPartialInline()
892 PartialInlinerImpl::computeOutliningCosts(FunctionCloner &Cloner) { in computeOutliningCosts()
1284 FunctionCloner Cloner(F, OMRI.get(), ORE, LookupAssumptionCache); in unswitchFunction() local
1317 FunctionCloner Cloner(F, OI.get(), ORE, LookupAssumptionCache); in unswitchFunction() local
1333 bool PartialInlinerImpl::tryPartialInline(FunctionCloner &Cloner) { in tryPartialInline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp780 CoroCloner Cloner(F, Suffix, Shape, FKind); in createClone() local