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

References

lib/Target/ARM/ARMCodeGenPrepare.cpp
  893   OrigTy = V->getType();
  901   if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
  901   if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
  901   if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
  904   LLVM_DEBUG(dbgs() << "ARM CGP: TryToPromote: " << *V << ", TypeSize = "
  911   WorkList.insert(V);