Searched refs:CandidateBB (Results 1 – 1 of 1) sorted by relevance
153 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,924 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() argument927 if (CandidateBB->getParent()->getFunction().hasMinSize()) in isProfitableToHoistInto()929 assert(DT->dominates(CandidateBB, MBB) && "CandidateBB should dominate MBB"); in isProfitableToHoistInto()930 assert(DT->dominates(CandidateBB, MBB1) && in isProfitableToHoistInto()932 return MBFI->getBlockFreq(CandidateBB) <= in isProfitableToHoistInto()