Searched defs:FunctionCloner (Results 1 – 2 of 2) 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 …]
224 struct FunctionCloner { struct250 Function *OrigFunc = nullptr;251 Function *ClonedFunc = nullptr;253 typedef std::pair<Function *, BasicBlock *> FuncBodyCallerPair;255 SmallVector<FuncBodyCallerPair, 4> OutlinedFunctions;259 bool IsFunctionInlined = false;261 int OutlinedRegionCost = 0;263 std::unique_ptr<FunctionOutliningInfo> ClonedOI = nullptr;265 std::unique_ptr<FunctionOutliningMultiRegionInfo> ClonedOMRI = nullptr;266 std::unique_ptr<BlockFrequencyInfo> ClonedFuncBFI = nullptr;[all …]