Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp243 Function *ClonedFunc = nullptr; member
682 Cloner.ClonedFuncBFI->getBlockFreq(&Cloner.ClonedFunc->getEntryBlock()); in getOutliningCallBBRelativeFreq()
724 assert(Callee == Cloner.ClonedFunc); in shouldPartialInline()
953 ClonedFunc = CloneFunction(F, VMap); in FunctionCloner()
966 F->replaceAllUsesWith(ClonedFunc); in FunctionCloner()
979 ClonedFunc = CloneFunction(F, VMap); in FunctionCloner()
1000 F->replaceAllUsesWith(ClonedFunc); in FunctionCloner()
1098 DT.recalculate(*ClonedFunc); in doMultiRegionFunctionOutlining()
1102 BranchProbabilityInfo BPI(*ClonedFunc, LI); in doMultiRegionFunctionOutlining()
1103 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI)); in doMultiRegionFunctionOutlining()
[all …]