Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp173 bool NestingDetected = false; in InitBottomUp() local
176 NestingDetected = true; in InitBottomUp()
188 return NestingDetected; in InitBottomUp()
297 bool NestingDetected = false; in InitTopDown() local
310 NestingDetected = true; in InitTopDown()
318 return NestingDetected; in InitTopDown()
DObjCARCOpts.cpp1103 bool NestingDetected = false; in VisitInstructionBottomUp() local
1114 NestingDetected |= S.InitBottomUp(MDKindCache, Inst); in VisitInstructionBottomUp()
1141 return NestingDetected; in VisitInstructionBottomUp()
1145 return NestingDetected; in VisitInstructionBottomUp()
1189 return NestingDetected; in VisitInstructionBottomUp()
1198 bool NestingDetected = false; in VisitBottomUp() local
1232 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()
1242 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()
1247 return NestingDetected; in VisitBottomUp()
1254 bool NestingDetected = false; in VisitInstructionTopDown() local
[all …]