Searched refs:BBExecutable (Results 1 – 8 of 8) 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()
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()
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 __anon8a523c670211::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 __anon967d13930211::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()
194 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anonf4e4c9bf0111::SCCPSolver258 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()325 return BBExecutable.count(BB); in isBlockExecutable()557 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()1299 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()