Searched refs:NestingDetected (Results 1 – 2 of 2) sorted by relevance
173 bool NestingDetected = false; in InitBottomUp() local176 NestingDetected = true; in InitBottomUp()188 return NestingDetected; in InitBottomUp()297 bool NestingDetected = false; in InitTopDown() local310 NestingDetected = true; in InitTopDown()318 return NestingDetected; in InitTopDown()
1103 bool NestingDetected = false; in VisitInstructionBottomUp() local1114 NestingDetected |= S.InitBottomUp(MDKindCache, Inst); in VisitInstructionBottomUp()1141 return NestingDetected; in VisitInstructionBottomUp()1145 return NestingDetected; in VisitInstructionBottomUp()1189 return NestingDetected; in VisitInstructionBottomUp()1198 bool NestingDetected = false; in VisitBottomUp() local1232 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates); in VisitBottomUp()1242 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates); in VisitBottomUp()1247 return NestingDetected; in VisitBottomUp()1254 bool NestingDetected = false; in VisitInstructionTopDown() local[all …]