Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:reachable

99       // Is this MBB reachable from the MF entry point?
100 bool reachable;
125 BBInfo() : reachable(false) {}
460 if (!MInfo.reachable) {
461 MInfo.reachable = true;
1237 if (!MInfo.reachable)
1313 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
1337 if (!MInfo.reachable)
1782 SmallPtrSet<const MachineBasicBlock*, 8> Reachable;
1787 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable);
1795 assert(Reachable.count(StackPred) &&
1842 if (Reachable.count(*I) &&
1858 if (Reachable.count(*I) &&