Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1400 if (mayThrowBetween(KillingI, CurrentI, KillingUndObj)) { in getDomMemoryDef()
1763 bool mayThrowBetween(Instruction *KillingI, Instruction *DeadI, in mayThrowBetween() function