Searched defs:FunctionCloner (Results 1 – 1 of 1) sorted by relevance
213 struct FunctionCloner { struct242 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 …]