Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Reachable

100       // Is this MBB reachable from the MF entry point?
101 bool reachable;
126 BBInfo() : reachable(false) {}
438 if (!MInfo.reachable) {
439 MInfo.reachable = true;
1149 if (!MInfo.reachable)
1226 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
1251 if (!MInfo.reachable)
1642 SmallPtrSet<const MachineBasicBlock*, 8> Reachable;
1647 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable);
1655 assert(Reachable.count(StackPred) &&
1703 if (Reachable.count(*I) &&
1719 if (Reachable.count(*I) &&