Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp133 auto IsBlockAddressUse = [&](const Use &U) { in runOnFunction() local
136 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction()
141 IsBlockAddressUse) == BB.use_end() && in runOnFunction()