Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7835 BlockMaskCacheTy::const_iterator BCEntryIt = BlockMaskCache.find(BB); in getBlockInMask() local
7836 assert(BCEntryIt != BlockMaskCache.end() && in getBlockInMask()
7838 return BCEntryIt->second; in getBlockInMask()