HomeSort by relevance Sort by last modified time
    Searched refs:TwoAddressInstructionPass (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 1 //===-- TwoAddressInstructionPass.cpp - Two-Address instruction pass ------===//
64 class TwoAddressInstructionPass : public MachineFunctionPass {
162 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
180 char TwoAddressInstructionPass::ID = 0;
181 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction",
184 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction",
187 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
193 bool TwoAddressInstructionPass::Sink3AddrInstruction(MachineBasicBlock *MBB,
322 TwoAddressInstructionPass::isProfitableToReMat(unsigned Reg,
357 bool TwoAddressInstructionPass::NoUseAfterLastDef(unsigned Reg
    [all...]
Android.mk 101 TwoAddressInstructionPass.cpp \

Completed in 73 milliseconds