The Vector Function Database.
Synopsis
Declared in <llvm/Analysis/VectorUtils.h>
class VFDatabase;
Description
Helper class used to find the vector functions associated to a scalar CallInst.
Member Functions
Name |
Description |
|
Constructor, requires a CallInst instance. |
@{ Retrieve the Function with VFShape |
Static Member Functions
Name |
Description |
Retrieve all the VFInfo instances associated to the CallInst CI. |
|
Return true if |
Created with MrDocs