Home
last modified time | relevance | path

Searched refs:setPlan (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h479 void setPlan(VPlan *ParentPlan);
2100 Entry->setPlan(this);
2127 Block->setPlan(this);
H A DVPlan.cpp154 void VPBlockBase::setPlan(VPlan *ParentPlan) { in setPlan() function in VPBlockBase