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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  932     if (RI.HasBranch && InsertPoint != Branch) {
  934       bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint,
  940         assert(InsertPoint != Branch && "Branch must not be the hoist point");
  958         InsertPoint = Branch;
  964       assert(!DT.dominates(Branch, InsertPoint) &&
  967       assert(checkHoistValue(Branch->getCondition(), InsertPoint,
  981       CHR_DEBUG(dbgs() << "BI " << *Branch << "\n");