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

  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 188 struct TopDownPtrState : PtrState {
189 TopDownPtrState() : PtrState() {}
PtrState.cpp 293 // TopDownPtrState
296 bool TopDownPtrState::InitTopDown(ARCInstKind Kind, Instruction *I) {
321 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache,
350 bool TopDownPtrState::HandlePotentialAlterRefCount(Instruction *Inst,
383 void TopDownPtrState::HandlePotentialUse(Instruction *Inst, const Value *Ptr,
ObjCARCOpts.cpp 191 BlotMapVector<const Value *, TopDownPtrState> PerPtrTopDown;
254 TopDownPtrState &getPtrTopDownState(const Value *Arg) {
365 Pair.first->second.Merge(Pair.second ? TopDownPtrState() : MI->second,
373 MI->second.Merge(TopDownPtrState(), /*TopDown=*/true);
    [all...]

Completed in 94 milliseconds