HomeSort by: relevance | last modified time | path
    Searched refs:Benefit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 117 /// candidates overlap. The true benefit is stored in the OutlinedFunction
119 unsigned Benefit = 0;
218 C.Benefit = B;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 48 "calculated benefit outweighs cost"));
89 InstructionCost Benefit = 0;
247 InstructionCost Benefit = 0;
249 // Estimate the benefit of outlining a specific sections of the program. We
269 Benefit += 1;
272 Benefit += TTI.getInstructionCost(&I, TargetTransformInfo::TCK_CodeSize);
277 return Benefit;
1292 // We add the number of instructions in the region to the benefit as an
1296 << " saved instructions to overfall benefit.\n");
1391 CurrentGroup.Benefit += RegionBenefit
    [all...]
HotColdSplitting.cpp 239 /// Get the benefit score of outlining \p Region.
244 InstructionCost Benefit = 0;
248 Benefit +=
251 return Benefit;
357 // Perform a simple cost/benefit analysis to decide whether or not to permit
364 LLVM_DEBUG(dbgs() << "Split profitability: benefit = " << OutliningBenefit
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp 506 PBQP::PBQPNum Benefit) {
514 CostMat[I + 1][J + 1] -= Benefit;

Completed in 26 milliseconds