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.cpp3617 auto WillReachInBlock = [&](const Instruction &From, const Instruction &To, in isReachableImpl() local
3638 WillReachInBlock(*RQI.From, *RQI.To, RQI.ExclusionSet)) in isReachableImpl()
3644 if (!WillReachInBlock(ToBB->front(), *RQI.To, RQI.ExclusionSet)) in isReachableImpl()
3657 !WillReachInBlock(*RQI.From, *FromBB->getTerminator(), in isReachableImpl()