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.cpp282 bool AA::isValidInScope(const Value &V, const Function *Scope) { in isValidInScope() function in AA
1480 AA::isValidInScope(*V, IRP.getAnchorScope())) in getAssumedSimplifiedValues()
H A DAttributorAttributes.cpp9118 if (!AA::isValidInScope(getAssociatedValue(), CtxI->getFunction())) in isValidCtxInstructionForOutsideAnalysis()
10917 if (!AA::isValidInScope(*VPtr, AnchorScope)) in addValue()
11241 AllLocal &= AA::isValidInScope(*PC, getAnchorScope()); in handleLoadInst()
11592 return AA::isValidInScope(*VAC.getValue(), AnchorScope); in updateImpl()
11745 if (S == AA::Intraprocedural && !AA::isValidInScope(*V, Caller)) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h214 LLVM_ABI bool isValidInScope(const Value &V, const Function *Scope);