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

Declarations

include/llvm/IR/Instruction.h
  322   bool extractProfTotalWeight(uint64_t &TotalVal) const;

References

lib/Analysis/ProfileSummaryInfo.cpp
  116     if (Inst->extractProfTotalWeight(TotalCount))
lib/Transforms/IPO/ArgumentPromotion.cpp
  342     if (Call->extractProfTotalWeight(W))
lib/Transforms/IPO/DeadArgumentElimination.cpp
  211     if (Call->extractProfTotalWeight(W))
  949     if (Call->extractProfTotalWeight(W))
lib/Transforms/IPO/SampleProfile.cpp
 1501     if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) {
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4646   if (Caller->extractProfTotalWeight(W))