Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp186 bool NestingDetected = false; in InitBottomUp() local
190 NestingDetected = true; in InitBottomUp()
202 return NestingDetected; in InitBottomUp()
324 bool NestingDetected = false; in InitTopDown() local
337 NestingDetected = true; in InitTopDown()
345 return NestingDetected; in InitTopDown()
H A DObjCARCOpts.cpp1169 bool NestingDetected = false; in VisitInstructionBottomUp() local
1207 return NestingDetected; in VisitInstructionBottomUp()
1211 return NestingDetected; in VisitInstructionBottomUp()
1232 return NestingDetected; in VisitInstructionBottomUp()
1240 bool NestingDetected = false; in VisitBottomUp() local
1290 return NestingDetected; in VisitBottomUp()
1297 bool NestingDetected = false; in VisitInstructionTopDown() local
1314 NestingDetected |= S.InitTopDown(Class, Inst); in VisitInstructionTopDown()
1360 return NestingDetected; in VisitInstructionTopDown()
1368 bool NestingDetected = false; in VisitTopDown() local
[all …]