Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h119 bool IsKnownSafe() const { return RRI.KnownSafe; } in IsKnownSafe() function
H A DObjCARCOpts.cpp447 << "\n KnownSafe: " << (P.IsKnownSafe()?"true":"false") in operator <<()
467 << "\n KnownSafe: " << (P.IsKnownSafe()?"true":"false") in operator <<()
1221 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) { in CheckForUseCFGHazard()
1234 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) in CheckForUseCFGHazard()
1262 if (!S.IsKnownSafe() && !SuccSRRIKnownSafe) in CheckForCanReleaseCFGHazard()
1323 const bool SuccSRRIKnownSafe = SuccS.IsKnownSafe(); in CheckForCFGHazards()