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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface ------===//
9 // This file implements the generic RegisterCoalescer interface which
15 #include "RegisterCoalescer.h"
125 class RegisterCoalescer : public MachineFunctionPass, class in namespace:__anon1797
360 RegisterCoalescer() : MachineFunctionPass(ID) { function in class:__anon1797::RegisterCoalescer
377 char RegisterCoalescer::ID = 0;
379 char &llvm::RegisterCoalescerID = RegisterCoalescer::ID;
381 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
387 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
561 void RegisterCoalescer
[all...]
H A DRegAllocBasic.cpp134 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
H A DRegAllocGreedy.cpp568 INITIALIZE_PASS_DEPENDENCY(RegisterCoalescer)
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile333 SRCS_MIN+= CodeGen/RegisterCoalescer.cpp

Completed in 123 milliseconds