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 ------===//
70 class TwoAddressInstructionPass : public MachineFunctionPass {
144 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
164 char TwoAddressInstructionPass::ID = 0;
165 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction",
168 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction",
171 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
179 bool TwoAddressInstructionPass::
315 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
506 TwoAddressInstructionPass:
    [all...]
Android.mk 116 TwoAddressInstructionPass.cpp \

Completed in 98 milliseconds