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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp1331 /// KnownSafe - After an objc_retain, the reference count of the referenced
1342 /// KnownSafe is true when either of these conditions is satisfied.
1343 bool KnownSafe; member in struct:__anon10611::RRInfo
1366 KnownSafe(false), IsRetainBlock(false),
1375 KnownSafe = false;
1465 RRI.KnownSafe = RRI.KnownSafe && Other.RRI.KnownSafe;
2519 SuccSRRIKnownSafe = SuccS.RRI.KnownSafe;
2523 if (!S.RRI.KnownSafe
3192 bool KnownSafe = isa<Constant>(Arg) || isa<AllocaInst>(Arg); local
[all...]

Completed in 79 milliseconds