Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp137 auto IsBlockAddressUse = [&](const Use &U) { in runOnFunction() local
140 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction()
145 IsBlockAddressUse) == BB.use_end() && in runOnFunction()