Map from functions to ranges of candidate specializations.

Synopsis

Declared in <llvm/Transforms/IPO/FunctionSpecialization.h>

Description

The FunctionSpecializer keeps the discovered specialisation opportunities for the module in a single vector, where the specialisations of each function form a contiguous range. This map's value is the beginning and the end of that range.

Created with MrDocs