LLVM
15.0.0git
|
#include "llvm/Analysis/LoopInfoImpl.h"
Go to the source code of this file.
Classes | |
class | llvm::VPLoop |
Hold analysis information for every loop detected by VPLoopInfo. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
typedef LoopInfoBase< VPBlockBase, VPLoop > | llvm::VPLoopInfo |
VPLoopInfo provides analysis of natural loop for VPBlockBase-based Hierarchical CFG. More... | |
This file defines VPLoopInfo analysis and VPLoop class. VPLoopInfo is a specialization of LoopInfoBase for VPBlockBase. VPLoops is a specialization of LoopBase that is used to hold loop metadata from VPLoopInfo. Further information can be found in VectorizationPlanner.rst.
Definition in file VPlanLoopInfo.h.