Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DBlockFrequency.h36 uint64_t getFrequency() const { return Frequency; } in getFrequency() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBlockFrequency.h36 uint64_t getFrequency() const { return Frequency; } in getFrequency() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DBlockFrequency.h32 uint64_t getFrequency() const { return Frequency; } in getFrequency() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp117 double ProfilePath::getFrequency() const { in getFrequency() function in ProfilePath