Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp33 using BlockMaskCacheTy = DenseMap<VPBasicBlock *, VPValue *>; typedef in __anonaf81f0e60111::VPPredicator
36 BlockMaskCacheTy BlockMaskCache;
84 const BlockMaskCacheTy getBlockMaskCache() const { return BlockMaskCache; } in getBlockMaskCache()