Searched refs:BBExecutable (Results 1 – 3 of 3) sorted by relevance
92 BBExecutable.insert(BB); // Basic block is executable! in MarkBlockExecutable()105 if (BBExecutable.count(Dest)) { in markEdgeExecutable()309 if (BBExecutable.count(U->getParent())) // Inst is executable? in Solve()332 if (!BBExecutable.count(BB)) in Print()
123 SmallPtrSet<BasicBlock*, 16> BBExecutable; // The bbs that are executable. variable177 return BBExecutable.count(BB); in isBlockExecutable()
158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anona95eefe80211::SCCPSolver216 if (!BBExecutable.insert(BB)) return false; in MarkBlockExecutable()265 return BBExecutable.count(BB); in isBlockExecutable()454 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()582 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()585 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()1244 if (!BBExecutable.count(BB)) in ResolvedUndefsIn()