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.cpp10694 struct AAInterFnReachabilityFunction struct
10696 using Base = CachedReachabilityAA<AAInterFnReachability, Function>;
10697 AAInterFnReachabilityFunction(const IRPosition &IRP, Attributor &A) in AAInterFnReachabilityFunction() function
10700 bool instructionCanReach( in instructionCanReach()
10714 bool isReachableImpl(Attributor &A, RQITy &RQI, in isReachableImpl()
10788 void trackStatistics() const override {} in trackStatistics()