Searched refs:isEscapeSource (Results 1 – 4 of 4) sorted by relevance
874 bool isEscapeSource(const Value *V);
867 bool llvm::isEscapeSource(const Value *V) { in isEscapeSource() function in llvm
1525 if (isEscapeSource(O1) && AAQI.CI->isNotCapturedBefore( in aliasCheck()1528 if (isEscapeSource(O2) && AAQI.CI->isNotCapturedBefore( in aliasCheck()
1256 if (isEscapeSource(V)) { in AddAliasScopeMetadata()