Records a mapping from an opaque lowering context to its LibcallLoweringInfo.
Synopsis
Declared in <llvm/Analysis/LibcallLoweringInfo.h>
class ModuleLibcallLoweringInfo;
Description
The context is identified by an opaque key (which should be TargetSubtargetInfo*)
Member Functions
Name |
Description |
|
Constructors |
Clear the stored runtime libcall info and all cached lowerings. |
|
Return the LibcallLoweringInfo for the context identified by |
|
Initialize this map with module‐level runtime libcall info |
|
Invalidate this result unless it was preserved as a stateless analysis. |
|
Return true if this map has been initialized with runtime libcall info. |
Non-Member Functions
Name |
Description |
Resolve the LibcallLoweringInfo for |
Created with MrDocs