Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp216 bool AA::isValidInScope(const Value &V, const Function *Scope) { in isValidInScope() function in AA
H A DAttributorAttributes.cpp1704 assert(AA::isValidInScope(*RetVal, Ret.getFunction()) && in updateImpl()
5152 if (!CtxI && !AA::isValidInScope(*NewV, getAnchorScope())) in getReplacementValue()
8034 if (!AA::isValidInScope(getAssociatedValue(), CtxI->getFunction())) in isValidCtxInstructionForOutsideAnalysis()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h149 bool isValidInScope(const Value &V, const Function *Scope);