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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp527 BBState &MyStates) const;
530 BBState &MyStates);
536 BBState &MyStates);
1231 BBState &MyStates) const {
1234 for (auto I = MyStates.top_down_ptr_begin(), E = MyStates.top_down_ptr_end();
1319 BBState &MyStates) {
1330 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg);
1342 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg);
1356 // Conservatively, clear MyStates fo
1317 VisitInstructionBottomUp( Instruction *Inst, BasicBlock *BB, BlotMapVector<Value *, RRInfo> &Retains, BBState &MyStates) argument
1392 BBState &MyStates = BBStates[BB]; local
1452 VisitInstructionTopDown(Instruction *Inst, DenseMap<Value *, RRInfo> &Releases, BBState &MyStates) argument
1527 BBState &MyStates = BBStates[BB]; local
1588 BBState &MyStates = BBStates[EntryBB]; local
1628 BBState &MyStates = BBStates[&ExitBB]; local
[all...]

Completed in 44 milliseconds