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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  894   if (RI.HasBranch || !Selects.empty()) {
  902     for (SelectInst *SI : Selects) {
  906     for (auto it = Selects.begin(); it != Selects.end(); ) {
  906     for (auto it = Selects.begin(); it != Selects.end(); ) {
  922         it = Selects.erase(it);
  943             for (SelectInst *SI : Selects) {
  946         for (SelectInst *SI : Selects) {
  953         Selects.erase(std::remove_if(Selects.begin(), Selects.end(),
  953         Selects.erase(std::remove_if(Selects.begin(), Selects.end(),
  953         Selects.erase(std::remove_if(Selects.begin(), Selects.end(),
  956                                      }), Selects.end());
  971     for (auto *SI : Selects) {
  983     for (auto *SI : Selects) {