Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopTermFold.cpp179 if (!mustExecuteUBIfPoisonOnPathTo(&PN, LoopLatch->getTerminator(), &DT)) { in canFoldTermCondOfLoop()
191 if (!mustExecuteUBIfPoisonOnPathTo(PostIncV, LoopLatch->getTerminator(), in canFoldTermCondOfLoop()
H A DIndVarSimplify.cpp876 !mustExecuteUBIfPoisonOnPathTo(Phi, ExitingBB->getTerminator(), DT)) in FindLoopCounter()
965 mustExecuteUBIfPoisonOnPathTo(IncVar, ExitingBB->getTerminator(), DT); in linearFunctionTestReplace()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h821 LLVM_ABI bool mustExecuteUBIfPoisonOnPathTo(Instruction *Root,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7755 bool llvm::mustExecuteUBIfPoisonOnPathTo(Instruction *Root, in mustExecuteUBIfPoisonOnPathTo() function in llvm