Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h403 using VPBlockTy = enum { VPBasicBlockSC, VPRegionBlockSC }; enumerator
1161 : VPBlockBase(VPRegionBlockSC, Name), Entry(Entry), Exit(Exit), in VPBlockBase() argument
1169 : VPBlockBase(VPRegionBlockSC, Name), Entry(nullptr), Exit(nullptr), in VPBlockBase() argument