Searched refs:BBExecutable (Results 1 – 2 of 2) sorted by relevance
122 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable173 return BBExecutable.count(BB); in isBlockExecutable()261 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()276 if (BBExecutable.count(Dest)) { in markEdgeExecutable()487 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
195 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anon86856d210111::SCCPSolver279 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()346 return BBExecutable.count(BB); in isBlockExecutable()578 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()1399 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()