Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6326 virtual bool isPotentialUse(const Use &U) const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12133 bool isPotentialUse(const Use &U) const override { in isPotentialUse() function
12196 if (!GIAA || GIAA->isPotentialUse(CalleeUse)) in updateImpl()