Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h106 void setBlockFreq(const MachineBasicBlock *MBB, BlockFrequency F);
H A DBranchFolding.cpp443 MBBFreqInfo.setBlockFreq(NewMBB, MBBFreqInfo.getBlockFreq(&CurMBB)); in SplitMBBAt()
524 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq() function in BranchFolder::MBFIWrapper
1021 MBBFreqInfo.setBlockFreq(&TailMBB, AccumulatedMBBFreq); in setCommonTailEdgeWeights()