Searched defs:RegisterCoalescer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface -------==//
10 // This file implements the generic RegisterCoalescer interface which
16 #include "RegisterCoalescer.h"
82 class RegisterCoalescer : public MachineFunctionPass, class in namespace:__anon10471
229 RegisterCoalescer() : MachineFunctionPass(ID) { function in class:__anon10471::RegisterCoalescer
245 char &llvm::RegisterCoalescerID = RegisterCoalescer::ID;
247 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
253 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
256 char RegisterCoalescer::ID = 0;
428 void RegisterCoalescer
[all...]

Completed in 72 milliseconds