Searched refs:isIdentifiedFunctionLocal (Results 1 – 6 of 6) sorted by relevance
609 if (!isIdentifiedFunctionLocal(Object)) in callCapturesBefore()837 bool llvm::isIdentifiedFunctionLocal(const Value *V) { in isIdentifiedFunctionLocal() function in llvm
198 if (!isIdentifiedFunctionLocal(Object)) in getCapturesBefore()224 if (!isIdentifiedFunctionLocal(Object)) in getCapturesBefore()1622 if ((isArgumentOrArgumentLike(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()1623 (isArgumentOrArgumentLike(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
908 LLVM_ABI bool isIdentifiedFunctionLocal(const Value *V);
1001 if (!isIdentifiedFunctionLocal(DestObj) || in performCallSlotOptzn()
2348 return isIdentifiedFunctionLocal(UnderlyingObj) && in isFuncLocalAndNotCaptured()
1884 return (isIdentifiedFunctionLocal(Object) && in isThreadLocalObject()