Lines Matching defs:NestingDetected
1329 bool NestingDetected = false;
1340 NestingDetected |= S.InitBottomUp(MDKindCache, Inst);
1367 return NestingDetected;
1371 return NestingDetected;
1392 return NestingDetected;
1400 bool NestingDetected = false;
1435 NestingDetected |= VisitInstructionBottomUp(Inst, BB, Retains, MyStates);
1452 NestingDetected |= VisitInstructionBottomUp(II, BB, Retains, MyStates);
1457 return NestingDetected;
1496 bool NestingDetected = false;
1529 NestingDetected |= S.InitTopDown(Class, Inst);
1575 return NestingDetected;
1584 bool NestingDetected = false;
1622 NestingDetected |= VisitInstructionTopDown(
1637 return NestingDetected;
2249 bool NestingDetected = Visit(F, BBStates, Retains, Releases);
2259 return AnyPairsCompletelyEliminated && NestingDetected;