Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp281 bool AA::isValidInScope(const Value &V, const Function *Scope) { in isValidInScope() function in AA
1472 AA::isValidInScope(*V, IRP.getAnchorScope())) in getAssumedSimplifiedValues()
H A DAttributorAttributes.cpp9042 if (!AA::isValidInScope(getAssociatedValue(), CtxI->getFunction())) in isValidCtxInstructionForOutsideAnalysis()
10846 if (!AA::isValidInScope(*VPtr, AnchorScope)) in addValue()
11172 AllLocal &= AA::isValidInScope(*PC, getAnchorScope()); in handleLoadInst()
11679 AA::isValidInScope(*V, Caller)) { in updateImpl()
11707 if (AA::isValidInScope(*V, Caller)) { in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h210 bool isValidInScope(const Value &V, const Function *Scope);