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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  896     CHR_DEBUG(dbgs() << "InsertPoint " << *InsertPoint << "\n");
  908       if (SI == InsertPoint) {
  913       bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint,
  930     InsertPoint = getBranchInsertPoint(RI);
  931     CHR_DEBUG(dbgs() << "InsertPoint " << *InsertPoint << "\n");
  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;
  961     CHR_DEBUG(dbgs() << "InsertPoint " << *InsertPoint << "\n");
  964       assert(!DT.dominates(Branch, InsertPoint) &&
  967       assert(checkHoistValue(Branch->getCondition(), InsertPoint,
  972       assert(!DT.dominates(SI, InsertPoint) &&
  975       assert(checkHoistValue(SI->getCondition(), InsertPoint, DT,