Home
last modified time | relevance | path

Searched defs:getPlan (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp146 VPlan *VPBlockBase::getPlan() { return getPlanEntry(this)->Plan; } getPlan() function in VPBlockBase
148 const VPlan *VPBlockBase::getPlan() const { return getPlanEntry(this)->Plan; } getPlan() function in VPBlockBase