Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp3494 struct CachedReachabilityAA : public BaseTy { struct
3497 CachedReachabilityAA<BaseTy, ToTy>(const IRPosition &IRP, Attributor &A)
3560 : public CachedReachabilityAA<AAIntraFnReachability, Instruction> {
3562 : CachedReachabilityAA<AAIntraFnReachability, Instruction>(IRP, A) {} in AAIntraFnReachabilityFunction()
10293 : public CachedReachabilityAA<AAInterFnReachability, Function> {
10295 : CachedReachabilityAA<AAInterFnReachability, Function>(IRP, A) {} in AAInterFnReachabilityFunction()