Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp144 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,
899 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() argument
902 if (CandidateBB->getParent()->getFunction().hasMinSize()) in isProfitableToHoistInto()
904 assert(DT->dominates(CandidateBB, MBB) && "CandidateBB should dominate MBB"); in isProfitableToHoistInto()
905 assert(DT->dominates(CandidateBB, MBB1) && in isProfitableToHoistInto()
907 return MBFI->getBlockFreq(CandidateBB) <= in isProfitableToHoistInto()