Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3461 struct CachedReachabilityAA : public BaseTy { struct
3464 CachedReachabilityAA(const IRPosition &IRP, Attributor &A) : BaseTy(IRP, A) {} in CachedReachabilityAA() function
3565 : public CachedReachabilityAA<AAIntraFnReachability, Instruction> {
3566 using Base = CachedReachabilityAA<AAIntraFnReachability, Instruction>;
10622 : public CachedReachabilityAA<AAInterFnReachability, Function> {
10623 using Base = CachedReachabilityAA<AAInterFnReachability, Function>;