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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h74 bool isAborted() const { return AbortedInfo.getInt(); } function in class:llvm::detail::PtrUseVisitorBase::PtrInfo
242 if (PI.isAborted())
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h134 if (!isAborted())
143 bool isAborted() const { return Aborted; } function in class:clang::arcmt::Transaction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp666 if (PtrI.isEscaped() || PtrI.isAborted()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1051 if (PtrI.isEscaped() || PtrI.isAborted()) {

Completed in 124 milliseconds