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

Declarations

include/llvm/Transforms/Utils/CallPromotionUtils.h
   28 bool isLegalToPromote(CallSite CS, Function *Callee,

References

lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
   38     if (Callee && isLegalToPromote(CS, Callee)) {
lib/Transforms/IPO/SampleProfile.cpp
  967               isLegalToPromote(CallSite(I), R->getValue(), &Reason)) {
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  278     if (!isLegalToPromote(CallSite(Inst), TargetFunction, &Reason)) {