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/ |
D | AllocatorList.h | 58 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/ |
D | PartialInlining.cpp | 722 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/ |
D | CoroSplit.cpp | 780 CoroCloner Cloner(F, Suffix, Shape, FKind); in createClone() local
|