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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp945 bool &AllSuccsHaveSame,
965 AllSuccsHaveSame = false;
983 bool &AllSuccsHaveSame,
994 AllSuccsHaveSame = false;
1031 bool AllSuccsHaveSame = true; local
1065 AllSuccsHaveSame, NotAllSeqEqualButKnownSafe,
1073 SomeSuccHasSame, AllSuccsHaveSame,
1089 if (SomeSuccHasSame && !AllSuccsHaveSame) {
941 CheckForUseCFGHazard(const Sequence SuccSSeq, const bool SuccSRRIKnownSafe, TopDownPtrState &S, bool &SomeSuccHasSame, bool &AllSuccsHaveSame, bool &NotAllSeqEqualButKnownSafe, bool &ShouldContinue) argument
979 CheckForCanReleaseCFGHazard(const Sequence SuccSSeq, const bool SuccSRRIKnownSafe, TopDownPtrState &S, bool &SomeSuccHasSame, bool &AllSuccsHaveSame, bool &NotAllSeqEqualButKnownSafe) argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp2197 bool AllSuccsHaveSame = true; local
2215 AllSuccsHaveSame = false;
2224 if (SomeSuccHasSame && !AllSuccsHaveSame)
2231 bool AllSuccsHaveSame = true; local
2249 AllSuccsHaveSame = false;
2258 if (SomeSuccHasSame && !AllSuccsHaveSame)

Completed in 602 milliseconds