|
LLVM
8.0.1
|
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
| VPInterleavedAccessInfo (VPlan &Plan, InterleavedAccessInfo &IAI) | |
| ~VPInterleavedAccessInfo () | |
| InterleaveGroup< VPInstruction > * | getInterleaveGroup (VPInstruction *Instr) const |
Get the interleave group that Instr belongs to. More... | |
| VPInterleavedAccessInfo::VPInterleavedAccessInfo | ( | VPlan & | Plan, |
| InterleavedAccessInfo & | IAI | ||
| ) |
Definition at line 736 of file VPlan.cpp.
References llvm::VPlan::getEntry().
|
inline |
Definition at line 1518 of file VPlan.h.
References I, and llvm::SmallPtrSetImpl< PtrType >::insert().
|
inline |
Get the interleave group that Instr belongs to.
Definition at line 1531 of file VPlan.h.
References llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::count(), and llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::find().
Referenced by areConsecutiveOrMatch().
1.8.13