Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h447 using VPBlockTy = enum { VPBasicBlockSC, VPRegionBlockSC }; enumerator
2078 : VPBlockBase(VPRegionBlockSC, Name), Entry(Entry), Exiting(Exiting), in VPBlockBase() argument
2086 : VPBlockBase(VPRegionBlockSC, Name), Entry(nullptr), Exiting(nullptr), in VPBlockBase() argument
2099 return V->getVPBlockID() == VPBlockBase::VPRegionBlockSC; in classof()