Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h479 using VPBlockTy = enum { VPBasicBlockSC, VPRegionBlockSC }; enumerator
2558 : VPBlockBase(VPRegionBlockSC, Name), Entry(Entry), Exiting(Exiting), in VPBlockBase() argument
2566 : VPBlockBase(VPRegionBlockSC, Name), Entry(nullptr), Exiting(nullptr), in VPBlockBase() argument
2579 return V->getVPBlockID() == VPBlockBase::VPRegionBlockSC; in classof()