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 ------===//
62 class TwoAddressInstructionPass : public MachineFunctionPass {
136 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
156 char TwoAddressInstructionPass::ID = 0;
157 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction",
160 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction",
163 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
171 bool TwoAddressInstructionPass::
307 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
503 TwoAddressInstructionPass:
    [all...]
Android.mk 111 TwoAddressInstructionPass.cpp \

Completed in 1745 milliseconds