Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp335 std::tuple<int, int> computeOutliningCosts(FunctionCloner &Cloner);
892 PartialInlinerImpl::computeOutliningCosts(FunctionCloner &Cloner) { in computeOutliningCosts() function in PartialInlinerImpl
1340 std::tie(SizeCost, NonWeightedRcost) = computeOutliningCosts(Cloner); in tryPartialInline()