Searched refs:NestingDetected (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp173 bool NestingDetected = false; local
176 NestingDetected = true;
188 return NestingDetected;
297 bool NestingDetected = false; local
310 NestingDetected = true;
318 return NestingDetected;
H A DObjCARCOpts.cpp1104 bool NestingDetected = false; local
1115 NestingDetected |= S.InitBottomUp(MDKindCache, Inst);
1142 return NestingDetected;
1146 return NestingDetected;
1190 return NestingDetected;
1199 bool NestingDetected = false; local
1233 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates);
1243 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates);
1248 return NestingDetected;
1255 bool NestingDetected local
1326 bool NestingDetected = false; local
1972 bool NestingDetected = Visit(F, BBStates, Retains, Releases); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp2268 bool NestingDetected = false; local
2319 NestingDetected = true;
2439 return NestingDetected;
2446 bool NestingDetected = false; local
2503 NestingDetected = true;
2621 return NestingDetected;
3118 bool NestingDetected = Visit(F, BBStates, Retains, Releases); local
3122 NestingDetected;

Completed in 162 milliseconds