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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1720 bool NestingDetected = false; local
1741 NestingDetected = true;
1797 return NestingDetected;
1801 return NestingDetected;
1907 return NestingDetected;
1917 bool NestingDetected = false; local
1952 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates);
1962 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates);
1969 return NestingDetected;
1976 bool NestingDetected local
2127 bool NestingDetected = false; local
2835 bool NestingDetected = Visit(F, BBStates, Retains, Releases); local
[all...]

Completed in 101 milliseconds