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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface -------==//
10 // This file implements the generic RegisterCoalescer interface which
17 #include "RegisterCoalescer.h"
81 class RegisterCoalescer : public MachineFunctionPass {
184 RegisterCoalescer() : MachineFunctionPass(ID) {
200 char &llvm::RegisterCoalescerPassID = RegisterCoalescer::ID;
202 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
212 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
215 char RegisterCoalescer::ID = 0;
371 void RegisterCoalescer::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]
Android.mk 76 RegisterCoalescer.cpp \
RegAllocLinearScan.cpp 398 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
    [all...]

Completed in 31 milliseconds