Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8003 BlockMaskCacheTy::iterator BCEntryIt = BlockMaskCache.find(BB); in createBlockInMask() local
8004 if (BCEntryIt != BlockMaskCache.end()) in createBlockInMask()
8005 return BCEntryIt->second; in createBlockInMask()