Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp341 bool HasCatchSwitch = llvm::any_of(ExitBlocks, [](BasicBlock *Exit) { in runOnLoop() local
345 if (!HasCatchSwitch) { in runOnLoop()