Searched refs:CandidateBB (Results 1 – 1 of 1) sorted by relevance
144 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,899 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() argument902 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()