|
LLVM
8.0.1
|
This file contains the declarations of the entities induced by Vectorization Plans, e.g. More...
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/Value.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.
Classes | |
| class | llvm::VPValue |
| class | llvm::VPUser |
| This class augments VPValue with operands which provide the inverse def-use edges from VPValue's users to their defs. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Typedefs | |
| typedef DenseMap< Value *, VPValue * > | llvm::Value2VPValueTy |
| typedef DenseMap< VPValue *, Value * > | llvm::VPValue2ValueTy |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const VPValue &V) |
This file contains the declarations of the entities induced by Vectorization Plans, e.g.
the instructions the VPlan intends to generate if executed. VPlan models the following entities: VPValue |– VPUser | |– VPInstruction These are documented in docs/VectorizationPlan.rst.
Definition in file VPlanValue.h.
1.8.13