Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp49 HeaderMayThrow = !isGuaranteedToTransferExecutionToSuccessor(Header); in computeLoopSafetyInfo()
50 MayThrow = HeaderMayThrow; in computeLoopSafetyInfo()
246 return !HeaderMayThrow || in isGuaranteedToExecute()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMustExecute.h101 bool HeaderMayThrow = false; // Same as previous, but specific to loop header variable