HomeSort by: relevance | last modified time | path
    Searched refs:RegisterCoalescer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface ------===//
9 // This file implements the generic RegisterCoalescer interface which
15 #include "RegisterCoalescer.h"
125 class RegisterCoalescer : public MachineFunctionPass,
372 RegisterCoalescer() : MachineFunctionPass(ID) {
389 char RegisterCoalescer::ID = 0;
391 char &llvm::RegisterCoalescerID = RegisterCoalescer::ID;
393 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
399 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
575 void RegisterCoalescer::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]
RegAllocBasic.cpp 139 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
RegAllocGreedy.cpp 606 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 155 RegisterCoalescer.cpp \

Completed in 39 milliseconds