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

Declarations

include/llvm/Analysis/MustExecute.h
   64   const DenseMap<BasicBlock *, ColorVector> &getBlockColors() const;

References

lib/Transforms/Scalar/LICM.cpp
 1329   const auto &BlockColors = SafetyInfo->getBlockColors();
 1363     const auto &BlockColors = SafetyInfo->getBlockColors();
 1480   if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad())
 1535   const auto &BlockColors = SafetyInfo->getBlockColors();