Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp213 struct FunctionCloner { struct
242 Function *OrigFunc = nullptr;
243 Function *ClonedFunc = nullptr;
245 typedef std::pair<Function *, BasicBlock *> FuncBodyCallerPair;
247 SmallVector<FuncBodyCallerPair, 4> OutlinedFunctions;
251 bool IsFunctionInlined = false;
253 InstructionCost OutlinedRegionCost = 0;
255 std::unique_ptr<FunctionOutliningInfo> ClonedOI = nullptr;
257 std::unique_ptr<FunctionOutliningMultiRegionInfo> ClonedOMRI = nullptr;
258 std::unique_ptr<BlockFrequencyInfo> ClonedFuncBFI = nullptr;
[all …]