reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 3376   Worklist.push_back(BB);
 3382     BB = Worklist.pop_back_val();
 3450         Worklist.push_back(ReachableBB);
 3455         Worklist.push_back(SI->findCaseValue(Cond)->getCaseSuccessor());
 3461       Worklist.push_back(SuccBB);
 3462   } while (!Worklist.empty());