Home
last modified time | relevance | path

Searched refs:NestingDetected (Results 1 – 3 of 3) 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.cpp1104 bool NestingDetected = false; in VisitInstructionBottomUp() local
1115 NestingDetected |= S.InitBottomUp(MDKindCache, Inst); in VisitInstructionBottomUp()
1142 return NestingDetected; in VisitInstructionBottomUp()
1146 return NestingDetected; in VisitInstructionBottomUp()
1190 return NestingDetected; in VisitInstructionBottomUp()
1199 bool NestingDetected = false; in VisitBottomUp() local
1233 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()
1243 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()
1248 return NestingDetected; in VisitBottomUp()
1255 bool NestingDetected = false; in VisitInstructionTopDown() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp2268 bool NestingDetected = false; in VisitBottomUp() local
2319 NestingDetected = true; in VisitBottomUp()
2439 return NestingDetected; in VisitBottomUp()
2446 bool NestingDetected = false; in VisitTopDown() local
2503 NestingDetected = true; in VisitTopDown()
2621 return NestingDetected; in VisitTopDown()
3118 bool NestingDetected = Visit(F, BBStates, Retains, Releases); in OptimizeSequences() local
3122 NestingDetected; in OptimizeSequences()