LLVM
8.0.1
|
This class is used to enable the VPlan to invoke a method of ILV. More...
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
virtual | ~VPCallback () |
virtual Value * | getOrCreateVectorValues (Value *V, unsigned Part)=0 |
This class is used to enable the VPlan to invoke a method of ILV.
This is needed until the method is refactored out of ILV and becomes reusable.
Referenced by llvm::VPBasicBlock::execute().