HomeSort by relevance Sort by last modified time
    Searched defs:getEntryFreq (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 180 uint64_t BlockFrequencyInfo::getEntryFreq() const {
181 return BFI ? BFI->getEntryFreq() : 0;
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 191 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const {
192 return MBFI ? MBFI->getEntryFreq() : 0;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 473 uint64_t getEntryFreq() const {
    [all...]

Completed in 349 milliseconds