Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp433 bool HasCatchSwitch = llvm::any_of(ExitBlocks, [](BasicBlock *Exit) { in runOnLoop() local
437 if (!HasCatchSwitch) { in runOnLoop()