Home
last modified time | relevance | path

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

/freebsd/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.cpp1329 bool NestingDetected = false; in VisitInstructionBottomUp() local
1340 NestingDetected |= S.InitBottomUp(MDKindCache, Inst); in VisitInstructionBottomUp()
1367 return NestingDetected; in VisitInstructionBottomUp()
1371 return NestingDetected; in VisitInstructionBottomUp()
1392 return NestingDetected; in VisitInstructionBottomUp()
1400 bool NestingDetected = false; in VisitBottomUp() local
1435 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()
1452 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()
1457 return NestingDetected; in VisitBottomUp()
1496 bool NestingDetected = false; in VisitInstructionTopDown() local
[all …]