Searched refs:isNotCapturedBefore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 160 virtual bool isNotCapturedBefore(const Value *Object, const Instruction *I, 171 bool isNotCapturedBefore(const Value *Object, const Instruction *I, 196 bool isNotCapturedBefore(const Value *Object, const Instruction *I,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 204 bool SimpleCaptureInfo::isNotCapturedBefore(const Value *Object, in isNotCapturedBefore() function in SimpleCaptureInfo 217 bool EarliestEscapeInfo::isNotCapturedBefore(const Value *Object, in isNotCapturedBefore() function in EarliestEscapeInfo 940 AAQI.CI->isNotCapturedBefore(Object, Call, /*OrAt*/ false)) { in getModRefInfo() 1598 if (isEscapeSource(O1) && AAQI.CI->isNotCapturedBefore( in aliasCheck() 1601 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
|