Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp182 bool NestingDetected = false; in InitBottomUp() local
186 NestingDetected = true; in InitBottomUp()
200 return NestingDetected; in InitBottomUp()
325 bool NestingDetected = false; in InitTopDown() local
338 NestingDetected = true; in InitTopDown()
346 return NestingDetected; in InitTopDown()
H A DObjCARCOpts.cpp1327 bool NestingDetected = false; in VisitInstructionBottomUp() local
1365 return NestingDetected; in VisitInstructionBottomUp()
1369 return NestingDetected; in VisitInstructionBottomUp()
1390 return NestingDetected; in VisitInstructionBottomUp()
1398 bool NestingDetected = false; in VisitBottomUp() local
1455 return NestingDetected; in VisitBottomUp()
1494 bool NestingDetected = false; in VisitInstructionTopDown() local
1573 return NestingDetected; in VisitInstructionTopDown()
1582 bool NestingDetected = false; in VisitTopDown() local
1620 NestingDetected |= VisitInstructionTopDown( in VisitTopDown()
[all …]