Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DReOptimizeLayer.h73 static const uint64_t CallCountThreshold = 10; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DReOptimizeLayer.cpp103 Value *Threshold = ConstantInt::get(I64Ty, CallCountThreshold, true); in reoptimizeIfCallFrequent()