Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp140 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction() local
141 if (BlockAddressUseIt == BB.use_end()) in runOnFunction()
144 assert(std::find_if(std::next(BlockAddressUseIt), BB.use_end(), in runOnFunction()
149 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runOnFunction()