Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp144 bool isProfitableToHoistInto(MachineBasicBlock *CandidateBB,
830 if (!isProfitableToHoistInto(CMBB, MBB, MBB1)) in ProcessBlockPRE()
899 bool MachineCSE::isProfitableToHoistInto(MachineBasicBlock *CandidateBB, in isProfitableToHoistInto() function in MachineCSE