Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5684 return instructionCanReach(A, Scope->getEntryBlock().front(), Fn);
5689 virtual bool instructionCanReach(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1335 !FnReachabilityAA->instructionCanReach( in forallInterferingAccesses()
10620 bool instructionCanReach( in instructionCanReach() function
10639 !instructionCanReach(A, *EntryI, *RQI.To, nullptr)) in isReachableImpl()
10675 InterFnReachability->instructionCanReach(A, FnFirstInst, *RQI.To, in isReachableImpl()
H A DAttributor.cpp744 Result = !FnReachabilityAA || FnReachabilityAA->instructionCanReach( in isPotentiallyReachable()