HomeSort by relevance Sort by last modified time
    Searched refs:PtrState (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 1 //===--- PtrState.h - ARC State for a Ptr -------------------*- C++ -*-----===//
100 class PtrState {
115 PtrState() : KnownPositiveRefCount(false), Partial(false), Seq(S_None) {}
154 void Merge(const PtrState &Other, bool TopDown);
167 struct BottomUpPtrState : PtrState {
168 BottomUpPtrState() : PtrState() {}
188 struct TopDownPtrState : PtrState {
189 TopDownPtrState() : PtrState() {}
PtrState.cpp 1 //===--- PtrState.cpp -----------------------------------------------------===//
10 #include "PtrState.h"
113 // PtrState
116 void PtrState::SetKnownPositiveRefCount() {
121 void PtrState::ClearKnownPositiveRefCount() {
126 void PtrState::SetSeq(Sequence NewSeq) {
131 void PtrState::ResetSequenceProgress(Sequence NewSeq) {
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
153 // Otherwise merge the other PtrState's RRInfo into our RRInfo. At thi
    [all...]
ObjCARCOpts.cpp 32 #include "PtrState.h"
251 /// Attempt to find the PtrState object describing the top down state for
252 /// pointer Arg. Return a new initialized PtrState describing the top down
258 /// Attempt to find the PtrState object describing the bottom up state for
259 /// pointer Arg. Return a new initialized PtrState describing the bottom up
265 /// Attempt to find the PtrState object describing the bottom up state for
428 const PtrState &P = I->second;
448 const PtrState &P = I->second;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 133 milliseconds