Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp134 auto IsBlockAddressUse = [&](const Use &U) { in runOnFunction() local
137 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction()
142 IsBlockAddressUse) == BB.use_end() && in runOnFunction()