Lines Matching defs:BBExecutable
158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable.
216 if (!BBExecutable.insert(BB)) return false;
265 return BBExecutable.count(BB);
454 if (BBExecutable.count(I->getParent())) // Inst is executable?
582 assert(BBExecutable.count(To) && "Dest should always be alive!");
585 if (!BBExecutable.count(From)) return false;
1244 if (!BBExecutable.count(BB))