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

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1384 /// PtrState - This class summarizes several per-pointer runtime properties
1386 class PtrState { class in namespace:__anon9718
1404 PtrState() : KnownPositiveRefCount(false), Partial(false), function in class:__anon9718::PtrState
1437 void Merge(const PtrState &Other, bool TopDown);
1442 PtrState::Merge(const PtrState &Other, bool TopDown) {
1492 typedef MapVector<const Value *, PtrState> MapTy;
1539 PtrState &getPtrTopDownState(const Value *Arg) {
1543 PtrState &getPtrBottomUpState(const Value *Arg) {
1606 Pair.first->second.Merge(Pair.second ? PtrState()
[all...]

Completed in 58 milliseconds