Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1828 assert(AA::isValidInScope(*VAC.getValue(), Ret.getFunction()) && in updateImpl()
8133 if (!AA::isValidInScope(getAssociatedValue(), CtxI->getFunction())) in isValidCtxInstructionForOutsideAnalysis()
9891 if (!AA::isValidInScope(*VPtr, AnchorScope)) in addValue()
10158 AllLocal &= AA::isValidInScope(*PC, getAnchorScope()); in handleLoadInst()
10528 AA::isValidInScope(*V, Caller)) { in updateImpl()
10556 if (AA::isValidInScope(*V, Caller)) { in updateImpl()
H A DAttributor.cpp237 bool AA::isValidInScope(const Value &V, const Function *Scope) { in isValidInScope() function in AA
1124 AA::isValidInScope(*V, IRP.getAnchorScope())) in getAssumedSimplifiedValues()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h188 bool isValidInScope(const Value &V, const Function *Scope);