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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1360 InstructionCost BranchCost =
1362 LLVM_DEBUG(dbgs() << "Adding " << BranchCost << " to the current cost for"
1364 OutputCost += BranchCost;
1374 InstructionCost BranchCost =
1378 InstructionCost TotalCost = ComparisonCost * BranchCost * DifferentBlocks;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 3461 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind);
3462 InstructionCost MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost);
4389 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind);
4390 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost);

Completed in 21 milliseconds