Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocScore.cpp95 double BlockFreqRelativeToEntrypoint = GetBBFreq(MBB); in calculateRegAllocScore() local
103 MBBScore.onCopy(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()
106 MBBScore.onCheapRemat(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()
108 MBBScore.onExpensiveRemat(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()
111 MBBScore.onLoadStore(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()
113 MBBScore.onLoad(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()
115 MBBScore.onStore(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()