Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp124 auto IsBlockAddressUse = [&](const Use &U) { in runOnFunction() local
127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction()
132 IsBlockAddressUse) == BB.use_end() && in runOnFunction()