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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1111 BBState &MyStates) const;
1115 BBState &MyStates);
1121 BBState &MyStates);
1625 BBState &MyStates) const {
1628 for (BBState::ptr_iterator I = MyStates.top_down_ptr_begin(),
1629 E = MyStates.top_down_ptr_end(); I != E; ++I) {
1719 BBState &MyStates) {
1730 PtrState &S = MyStates.getPtrBottomUpState(Arg);
1764 PtrState &S = MyStates.getPtrBottomUpState(Arg);
1795 // Conservatively, clear MyStates fo
1716 VisitInstructionBottomUp(Instruction *Inst, BasicBlock *BB, MapVector<Value *, RRInfo> &Retains, BBState &MyStates) argument
1918 BBState &MyStates = BBStates[BB]; local
1973 VisitInstructionTopDown(Instruction *Inst, DenseMap<Value *, RRInfo> &Releases, BBState &MyStates) argument
2128 BBState &MyStates = BBStates[BB]; local
2188 BBState &MyStates = BBStates[EntryBB]; local
2230 BBState &MyStates = BBStates[ExitBB]; local
[all...]

Completed in 242 milliseconds