Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp526 BBState &MyStates) const;
529 BBState &MyStates);
534 Instruction *Inst, DenseMap<Value *, RRInfo> &Releases, BBState &MyStates,
1241 BBState &MyStates) const { in CheckForCFGHazards()
1244 for (auto I = MyStates.top_down_ptr_begin(), E = MyStates.top_down_ptr_end(); in CheckForCFGHazards()
1328 BBState &MyStates) { in VisitInstructionBottomUp() argument
1339 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1351 BottomUpPtrState &S = MyStates.getPtrBottomUpState(Arg); in VisitInstructionBottomUp()
1366 MyStates.clearBottomUpPointers(); in VisitInstructionBottomUp()
1378 for (auto MI = MyStates.bottom_up_ptr_begin(), in VisitInstructionBottomUp()
[all …]