Home
last modified time | relevance | path

Searched defs:AAInterFnReachabilityFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10621 struct AAInterFnReachabilityFunction struct
10623 using Base = CachedReachabilityAA<AAInterFnReachability, Function>;
10624 AAInterFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAInterFnReachabilityFunction() function
10627 bool instructionCanReach( in instructionCanReach()
10641 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
10715 void trackStatistics() const override {} in trackStatistics()