Searched refs:NestingDetected (Results 1 – 1 of 1) sorted by relevance
1713 bool NestingDetected = false; in VisitInstructionBottomUp() local1734 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() local1945 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 …]