Home
last modified time | relevance | path

Searched refs:isNotCapturedBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h159 virtual bool isNotCapturedBefore(const Value *Object, const Instruction *I,
170 bool isNotCapturedBefore(const Value *Object, const Instruction *I,
195 bool isNotCapturedBefore(const Value *Object, const Instruction *I,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp197 bool SimpleCaptureInfo::isNotCapturedBefore(const Value *Object, in isNotCapturedBefore() function in SimpleCaptureInfo
210 bool EarliestEscapeInfo::isNotCapturedBefore(const Value *Object, in isNotCapturedBefore() function in EarliestEscapeInfo
908 AAQI.CI->isNotCapturedBefore(Object, Call, /*OrAt*/ false)) { in getModRefInfo()
1525 if (isEscapeSource(O1) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
1528 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck()