Home
last modified time | relevance | path

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

/freebsd/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.cpp9057 if (!AA::isValidInScope(getAssociatedValue(), CtxI->getFunction())) in isValidCtxInstructionForOutsideAnalysis()
10837 if (!AA::isValidInScope(*VPtr, AnchorScope)) in addValue()
11163 AllLocal &= AA::isValidInScope(*PC, getAnchorScope()); in handleLoadInst()
11663 AA::isValidInScope(*V, Caller)) { in updateImpl()
11691 if (AA::isValidInScope(*V, Caller)) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h211 bool isValidInScope(const Value &V, const Function *Scope);