Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
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