Searched refs:NestingDetected (Results 1 – 2 of 2) sorted by relevance
182 bool NestingDetected = false; in InitBottomUp() local186 NestingDetected = true; in InitBottomUp()200 return NestingDetected; in InitBottomUp()325 bool NestingDetected = false; in InitTopDown() local338 NestingDetected = true; in InitTopDown()346 return NestingDetected; in InitTopDown()
1329 bool NestingDetected = false; in VisitInstructionBottomUp() local1340 NestingDetected |= S.InitBottomUp(MDKindCache, Inst); in VisitInstructionBottomUp()1367 return NestingDetected; in VisitInstructionBottomUp()1371 return NestingDetected; in VisitInstructionBottomUp()1392 return NestingDetected; in VisitInstructionBottomUp()1400 bool NestingDetected = false; in VisitBottomUp() local1435 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()1452 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()1457 return NestingDetected; in VisitBottomUp()1496 bool NestingDetected = false; in VisitInstructionTopDown() local[all …]