Searched refs:BBExecutable (Results 1 – 6 of 6) 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()
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()
121 SmallPtrSet<BasicBlock *, 16> BBExecutable; // The bbs that are executable. variable174 return BBExecutable.count(BB); in isBlockExecutable()
162 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon357eee1d0211::SCCPSolver220 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()270 return BBExecutable.count(BB); in isBlockExecutable()472 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()608 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()611 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()1242 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()
159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anonb057c7490211::SCCPSolver220 if (!BBExecutable.insert(BB)) return false; in MarkBlockExecutable()269 return BBExecutable.count(BB); in isBlockExecutable()466 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()621 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()624 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()1428 if (!BBExecutable.count(BB)) in ResolvedUndefsIn()