Searched refs:BBExecutable (Results 1 – 3 of 3) sorted by relevance
93 BBExecutable.insert(BB); // Basic block is executable! in MarkBlockExecutable()106 if (BBExecutable.count(Dest)) { in markEdgeExecutable()309 if (BBExecutable.count(UI->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()
159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon10360b9e0211::SCCPSolver217 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()267 return BBExecutable.count(BB); in isBlockExecutable()456 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()585 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()588 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()1249 if (!BBExecutable.count(BB)) in ResolvedUndefsIn()