We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19efb90 commit dda14f7Copy full SHA for dda14f7
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -3837,8 +3837,10 @@ class VPlan {
3837
return cast<VPBasicBlock>(getVectorLoopRegion()->getSingleSuccessor());
3838
}
3839
3840
- /// Return the exit blocks of the VPlan, that is leaf nodes except the scalar
3841
- /// header.
+ /// Return an iterator range over the VPIRBasicBlock wrapping the exit blocks
+ /// of the VPlan, that is leaf nodes except the scalar header. Defined in
3842
+ /// VPlanHCFG, as the definition of the type needs access to the definitions
3843
+ /// of VPBlockShallowTraversalWrapper.
3844
auto getExitBlocks();
3845
3846
/// The trip count of the original loop.
0 commit comments