Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3659 auto WillReachInBlock = [&](const Instruction &From, const Instruction &To, in isReachableImpl() local
3680 WillReachInBlock(*RQI.From, *RQI.To, RQI.ExclusionSet)) in isReachableImpl()
3686 if (!WillReachInBlock(ToBB->front(), *RQI.To, RQI.ExclusionSet)) in isReachableImpl()
3699 !WillReachInBlock(*RQI.From, *FromBB->getTerminator(), in isReachableImpl()