Searched refs:isEscapeSource (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp70 /// isEscapeSource - Return true if the pointer is one which would have
72 static bool isEscapeSource(const Value *V) { function
1218 if (isEscapeSource(O1) && isNonEscapingLocalObject(O2))
1220 if (isEscapeSource(O2) && isNonEscapingLocalObject(O1))

Completed in 57 milliseconds