Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12268 if (auto *VACFn = dyn_cast<Function>(VAC.getValue())) { in updateImpl() local
12269 if (CheckPotentialCallee(*VACFn)) in updateImpl()
12270 AssumedCalleesNow.insert(VACFn); in updateImpl()