Searched defs:FunctionCloner (Results 1 – 1 of 1) sorted by relevance
214 struct FunctionCloner { struct243 Function *OrigFunc = nullptr;244 Function *ClonedFunc = nullptr;246 typedef std::pair<Function *, BasicBlock *> FuncBodyCallerPair;248 SmallVector<FuncBodyCallerPair, 4> OutlinedFunctions;252 bool IsFunctionInlined = false;254 InstructionCost OutlinedRegionCost = 0;256 std::unique_ptr<FunctionOutliningInfo> ClonedOI = nullptr;258 std::unique_ptr<FunctionOutliningMultiRegionInfo> ClonedOMRI = nullptr;259 std::unique_ptr<BlockFrequencyInfo> ClonedFuncBFI = nullptr;[all …]