Home
last modified time | relevance | path

Searched refs:Cloner (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp277 BranchProbability getOutliningCallBBRelativeFreq(FunctionCloner &Cloner);
281 bool shouldPartialInline(CallSite CS, FunctionCloner &Cloner,
288 bool tryPartialInline(FunctionCloner &Cloner);
329 std::tuple<int, int> computeOutliningCosts(FunctionCloner &Cloner);
712 PartialInlinerImpl::getOutliningCallBBRelativeFreq(FunctionCloner &Cloner) { in getOutliningCallBBRelativeFreq() argument
713 BasicBlock *OutliningCallBB = Cloner.OutlinedFunctions.back().second; in getOutliningCallBBRelativeFreq()
715 Cloner.ClonedFuncBFI->getBlockFreq(&Cloner.ClonedFunc->getEntryBlock()); in getOutliningCallBBRelativeFreq()
717 Cloner.ClonedFuncBFI->getBlockFreq(OutliningCallBB); in getOutliningCallBBRelativeFreq()
727 if (hasProfileData(Cloner.OrigFunc, Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq()
752 CallSite CS, FunctionCloner &Cloner, in shouldPartialInline() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAllocatorList.h59 struct Cloner { struct
62 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner() function
145 List.cloneFrom(X.List, Cloner(*this), Disposer(*this)); in AllocatorList()
156 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
Dsimple_ilist.h173 template <class Cloner, class Disposer>
174 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { in cloneFrom()
Dilist.h245 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h168 template <class Cloner, class Disposer>
169 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { in cloneFrom()
Dilist.h258 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) {