Home
last modified time | relevance | path

Searched refs:RegAllocFast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp399 class RegAllocFast : public MachineFunctionPass { class
405 RegAllocFast(const RegAllocFilterFunc F = nullptr, bool ClearVirtRegs_ = true) in RegAllocFast() function in __anon43a0a7eb0111::RegAllocFast
438 char RegAllocFast::ID = 0;
440 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,
1900 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator()
1904 return new RegAllocFast(Ftor, ClearVirtRegs); in createFastRegisterAllocator()
/freebsd/lib/clang/libllvm/
H A DMakefile452 SRCS_MIN+= CodeGen/RegAllocFast.cpp