Lines Matching defs:BBExecutable
160 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable.
218 if (!BBExecutable.insert(BB).second)
268 return BBExecutable.count(BB);
457 if (BBExecutable.count(I->getParent())) // Inst is executable?
593 assert(BBExecutable.count(To) && "Dest should always be alive!");
596 if (!BBExecutable.count(From)) return false;
1257 if (!BBExecutable.count(&*BB))