class VPLoop

Declaration

class VPLoop : public LoopBase { /* full declaration omitted */ };

Description

Hold analysis information for every loop detected by VPLoopInfo. It is an instantiation of LoopBase.

Declared at: llvm/lib/Transforms/Vectorize/VPlanLoopInfo.h:27

Inherits from: LoopBase