ΒΆvoid replaceConstants(
llvm::OutlinableRegion& Region)
void replaceConstants(
llvm::OutlinableRegion& Region)
Description
Within an extracted function, replace the constants that need to be lifted into arguments with the actual argument.
Declared at: llvm/lib/Transforms/IPO/IROutliner.cpp:1928
Parameters
- llvm::OutlinableRegion& Region
- [in] - The region of extracted code to be changed.