Home
last modified time | relevance | path

Searched defs:CountThreshold (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp273 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCountNthPercentile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp279 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable