Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp156 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,
926 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() argument
929 if (CandidateBB->getParent()->getFunction().hasMinSize()) in isProfitableToHoistInto()
931 assert(DT->dominates(CandidateBB, MBB) && "CandidateBB should dominate MBB"); in isProfitableToHoistInto()
932 assert(DT->dominates(CandidateBB, MBB1) && in isProfitableToHoistInto()
934 return MBFI->getBlockFreq(CandidateBB) <= in isProfitableToHoistInto()