Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp130 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,
842 if (!isProfitableToHoistInto(CMBB, MBB, MBB1)) in ProcessBlockPRE()
920 bool MachineCSEImpl::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() function in MachineCSEImpl