Home
last modified time | relevance | path

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

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