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

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo; member in class:llvm::detail::PtrUseVisitorBase::PtrInfo

Completed in 259 milliseconds