Home
last modified time | relevance | path

Searched refs:CostUnlikely (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp755 return Params.CostUnlikely; in jumpDistance()
759 Params.CostUnlikely / (2 * (NumBlocks() + 1)))); in jumpDistance()
1131 return std::make_pair(Params.CostUnlikely, Params.CostUnlikely); in assignBlockCosts()
1159 return std::make_pair(Params.CostUnlikely, Params.CostUnlikely); in assignJumpCosts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h112 const int64_t CostUnlikely = ((int64_t)1) << 30; member