Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShrinkWrap.cpp118 uint64_t EntryFreq; member in __anone305433f0111::ShrinkWrap
167 EntryFreq = MBFI->getEntryFreq(); in init()
436 DEBUG(dbgs() << "\n ** Results **\nFrequency of the Entry: " << EntryFreq in runOnMachineFunction()
448 if (((IsSaveCheap = EntryFreq >= MBFI->getBlockFreq(Save).getFrequency()) && in runOnMachineFunction()
449 EntryFreq >= MBFI->getBlockFreq(Restore).getFrequency()) && in runOnMachineFunction()
DMachineBlockPlacement.cpp1318 BlockFrequency EntryFreq = MBFI->getBlockFreq(&F.front()); in buildCFGChains() local
1319 BlockFrequency WeightedEntryFreq = EntryFreq * ColdProb; in buildCFGChains()