Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1713 bool NestingDetected = false; in VisitInstructionBottomUp() local
1734 NestingDetected = true; in VisitInstructionBottomUp()
1790 return NestingDetected; in VisitInstructionBottomUp()
1794 return NestingDetected; in VisitInstructionBottomUp()
1900 return NestingDetected; in VisitInstructionBottomUp()
1910 bool NestingDetected = false; in VisitBottomUp() local
1945 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()
1955 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()
1962 return NestingDetected; in VisitBottomUp()
1969 bool NestingDetected = false; in VisitInstructionTopDown() local
[all …]