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