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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  889   Region *R = RI.R;
  891   auto *Branch = RI.HasBranch ?
  893   SmallVector<SelectInst *, 8> &Selects = RI.Selects;
  894   if (RI.HasBranch || !Selects.empty()) {
  895     Instruction *InsertPoint = getBranchInsertPoint(RI);
  930     InsertPoint = getBranchInsertPoint(RI);
  932     if (RI.HasBranch && InsertPoint != Branch) {
  963     if (RI.HasBranch) {
  980     if (RI.HasBranch) {