OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CandidateCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp
222
int
CandidateCost
= IC.getCost() - 1;
252
if (IC2.getCostDelta() <=
CandidateCost
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp
2824
InstructionCost
CandidateCost
= ComputeUnswitchedCost(
2835
CandidateCost
*= CostMultiplier;
2836
LLVM_DEBUG(dbgs() << " Computed cost of " <<
CandidateCost
2840
LLVM_DEBUG(dbgs() << " Computed cost of " <<
CandidateCost
2844
if (!BestUnswitchTI ||
CandidateCost
< BestUnswitchCost) {
2846
BestUnswitchCost =
CandidateCost
;
Completed in 34 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026