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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  186   assert(Entry != Inst->getParent() && "PHI or landing pad in entry block!");
  195     assert(Entry != IDom->getBlock() && "eh pad in entry block");
  318   if (BBs.count(Entry)) {
  319     InsertPts.insert(&Entry->front());
  324     findBestInsertionSet(*DT, *BFI, Entry, BBs);
  339     if (BB == Entry) {
  340       InsertPts.insert(&Entry->front());
  554   bool OptForSize = Entry->getParent()->hasOptSize() ||
  555                     llvm::shouldOptimizeForSize(Entry->getParent(), PSI, BFI);
  933   this->Entry = &Entry;