reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
322 bool extractProfTotalWeight(uint64_t &TotalVal) const;
116 if (Inst->extractProfTotalWeight(TotalCount))
lib/Transforms/IPO/ArgumentPromotion.cpp 342 if (Call->extractProfTotalWeight(W))
lib/Transforms/IPO/DeadArgumentElimination.cpp211 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))