Searched refs:isEscapeSource (Results 1 – 4 of 4) sorted by relevance
869 bool llvm::isEscapeSource(const Value *V) { in isEscapeSource() function in llvm
1598 if (isEscapeSource(O1) && AAQI.CI->isNotCapturedBefore( in aliasCheck()1601 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
884 bool isEscapeSource(const Value *V);
1258 if (isEscapeSource(V)) { in AddAliasScopeMetadata()