Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h119 bool IsKnownSafe() const { return RRI.KnownSafe; } in IsKnownSafe() function
H A DObjCARCOpts.cpp444 << "\n KnownSafe: " << (P.IsKnownSafe()?"true":"false") in operator <<()
464 << "\n KnownSafe: " << (P.IsKnownSafe()?"true":"false") in operator <<()
1178 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) { in CheckForUseCFGHazard()
1191 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) in CheckForUseCFGHazard()
1219 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) in CheckForCanReleaseCFGHazard()
1280 const bool SuccSRRIKnownSafe = SuccS.IsKnownSafe(); in CheckForCFGHazards()