Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp153 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,
924 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() argument
927 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()