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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1559 bool &AllSuccsHaveSame,
1579 AllSuccsHaveSame = false;
1597 bool &AllSuccsHaveSame,
1608 AllSuccsHaveSame = false;
1645 bool AllSuccsHaveSame = true; local
1679 AllSuccsHaveSame, NotAllSeqEqualButKnownSafe,
1687 SomeSuccHasSame, AllSuccsHaveSame,
1703 if (SomeSuccHasSame && !AllSuccsHaveSame) {
1555 CheckForUseCFGHazard(const Sequence SuccSSeq, const bool SuccSRRIKnownSafe, PtrState &S, bool &SomeSuccHasSame, bool &AllSuccsHaveSame, bool &NotAllSeqEqualButKnownSafe, bool &ShouldContinue) argument
1593 CheckForCanReleaseCFGHazard(const Sequence SuccSSeq, const bool SuccSRRIKnownSafe, PtrState &S, bool &SomeSuccHasSame, bool &AllSuccsHaveSame, bool &NotAllSeqEqualButKnownSafe) argument

Completed in 60 milliseconds