Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp1370 bool NestingDetected = false; in VisitInstructionBottomUp() local
1408 return NestingDetected; in VisitInstructionBottomUp()
1412 return NestingDetected; in VisitInstructionBottomUp()
1433 return NestingDetected; in VisitInstructionBottomUp()
1441 bool NestingDetected = false; in VisitBottomUp() local
1498 return NestingDetected; in VisitBottomUp()
1537 bool NestingDetected = false; in VisitInstructionTopDown() local
1616 return NestingDetected; in VisitInstructionTopDown()
1625 bool NestingDetected = false; in VisitTopDown() local
1663 NestingDetected |= VisitInstructionTopDown( in VisitTopDown()
[all …]