Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9643 bool Result = NonConstThis->WholeFunction.isReachable(A, *NonConstThis, in canReach()
9702 Change |= WholeFunction.update(A, *this, {&AAEdges}); in updateImpl()
9738 WholeFunction.Reachable.size() + WholeFunction.Unreachable.size(); in getAsStr()
9743 : (std::to_string(WholeFunction.Reachable.size()) + "," + in getAsStr()
9752 return WholeFunction.CanReachUnknownCallee; in canReachUnknownCallee()
9756 QueryResolver WholeFunction; member