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 0519453 commit 01b9828Copy full SHA for 01b9828
llvm/lib/Transforms/Vectorize/VPlanValue.h
@@ -45,16 +45,9 @@ class VPPhiAccessors;
45
// coming from the input IR and instructions which VPlan will generate if
46
// executed.
47
class VPValue {
48
- friend class VPBuilder;
49
friend class VPDef;
50
friend struct VPDoubleValueDef;
51
- friend class VPInstruction;
52
friend class VPInterleaveRecipe;
53
- friend struct VPlanTransforms;
54
- friend class VPBasicBlock;
55
- friend class VPInterleavedAccessInfo;
56
- friend class VPSlotTracker;
57
- friend class VPRecipeBase;
58
friend class VPlan;
59
60
const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast).
0 commit comments