Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1368 bool NestingDetected = false; in VisitInstructionBottomUp() local
1406 return NestingDetected; in VisitInstructionBottomUp()
1410 return NestingDetected; in VisitInstructionBottomUp()
1431 return NestingDetected; in VisitInstructionBottomUp()
1439 bool NestingDetected = false; in VisitBottomUp() local
1496 return NestingDetected; in VisitBottomUp()
1535 bool NestingDetected = false; in VisitInstructionTopDown() local
1614 return NestingDetected; in VisitInstructionTopDown()
1623 bool NestingDetected = false; in VisitTopDown() local
1661 NestingDetected |= VisitInstructionTopDown( in VisitTopDown()
[all …]