Searched defs:PtrState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp424 class PtrState { class in namespace:__anon26265
439 PtrState() : KnownPositiveRefCount(false), Partial(false), function in class:__anon26265::PtrState
513 void Merge(const PtrState &Other, bool TopDown);
538 PtrState::Merge(const PtrState &Other, bool TopDown) {
553 // Otherwise merge the other PtrState's RRInfo into our RRInfo. At this
572 typedef MapVector<const Value *, PtrState> MapTy;
623 /// Attempt to find the PtrState object describing the top down state for
624 /// pointer Arg. Return a new initialized PtrState describing the top down
626 PtrState
[all...]

Completed in 38 milliseconds