Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10614 struct AAInterFnReachabilityFunction struct
10616 using Base = CachedReachabilityAA<AAInterFnReachability, Function>;
10617 AAInterFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAInterFnReachabilityFunction() function
10620 bool instructionCanReach( in instructionCanReach()
10634 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
10708 void trackStatistics() const override {} in trackStatistics()