Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1372 if (mayThrowBetween(KillingI, CurrentI, KillingUndObj)) { in getDomMemoryDef()
1722 bool mayThrowBetween(Instruction *KillingI, Instruction *DeadI, in mayThrowBetween() function