Home
last modified time | relevance | path

Searched refs:isValidAtPosition (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp291 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() function in AA
H A DAttributorAttributes.cpp6190 if (CtxI && AA::isValidAtPosition(AA::ValueAndContext(*EffectiveV, *CtxI), in reproduceValue()
10931 !AA::isValidAtPosition({*NewV, *getCtxI()}, A.getInfoCache())) in manifest()
11591 if (AA::isValidAtPosition({*NewVal, RetI}, A.getInfoCache())) in manifest()
H A DOpenMPOpt.cpp2400 if (!URV || (*URV && AA::isValidAtPosition(AA::ValueAndContext(**URV, I), in getValueForCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache);