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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  750   assert(Entry && "Entry must not be null");
  753   if (Entry)
  754     CHR_DEBUG(dbgs() << "Entry " << Entry->getName() << "\n");
  763   bool EntryInSubregion = RI.getRegionFor(Entry) != R;
  767   for (BasicBlock *Pred : predecessors(Entry))
  775     auto *BI = dyn_cast<BranchInst>(Entry->getTerminator());