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