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()482 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
430 SmallPtrSet<BasicBlock *, 8> BBExecutable; member in llvm::SCCPInstVisitor615 if (!BBExecutable.count(Inst->getParent())) in invalidate()819 return BBExecutable.count(BB); in isBlockExecutable()910 BBExecutable.erase(&BB); in markFunctionUnreachable()949 if (!BBExecutable.insert(BB).second) in markBlockExecutable()2129 if (!BBExecutable.count(&BB)) in resolvedUndefsIn()