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