Searched refs:isProfitableToConv3Addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp111 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);
601 /// isProfitableToConv3Addr - Return true if it is profitable to convert the
604 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ function in class:TwoAddressInstructionPass
1159 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) {

Completed in 120 milliseconds