Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8538 BlockMaskCacheTy::iterator BCEntryIt = BlockMaskCache.find(BB); in createBlockInMask() local
8539 if (BCEntryIt != BlockMaskCache.end()) in createBlockInMask()
8540 return BCEntryIt->second; in createBlockInMask()