HomeSort by relevance Sort by last modified time
    Searched refs:getEntryFreq (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
LiveIntervalAnalysis.cpp 823 const float Scale = 1.0f / MBFI->getEntryFreq();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
LiveIntervals.cpp 864 const float Scale = 1.0f / MBFI->getEntryFreq();
    [all...]
MachineBlockPlacement.cpp 760 uint64_t EntryFreq = MBFI->getEntryFreq();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 470 ColdEntryFreq = BlockFrequency(BFI.getEntryFreq()) * ColdProb;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 837 auto CallerEntryFreq = CallerBFI->getEntryFreq();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 476 milliseconds

12