Searched refs:BranchInfoSetIterator (Results 1 – 2 of 2) sorted by relevance
428 friend class BranchInfoSetIterator; variable431 class BranchInfoSetIterator {433 explicit BranchInfoSetIterator(BranchInfoSet* set) : set_(set) { in BranchInfoSetIterator() function
280 for (BranchInfoSetIterator it(&unresolved_branches_); !it.Done();) { in Emit()