Prefix prepended to output names when looking them up in the model.
Declared in <llvm/Analysis/ReleaseModeModelRunner.h>
<llvm/Analysis/ReleaseModeModelRunner.h>
StringRef FetchPrefix = "fetch_";
An output named "bar" is looked up as {FetchPrefix}_bar.