Searched refs:RegAllocFast (Results 1 – 3 of 3) sorted by relevance
394 class RegAllocFast : public MachineFunctionPass { class400 RegAllocFast(const RegAllocFilterFunc F = nullptr, bool ClearVirtRegs_ = true) in RegAllocFast() function in __anonaa58e9000111::RegAllocFast436 char RegAllocFast::ID = 0;438 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,1842 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator()1846 return new RegAllocFast(Ftor, ClearVirtRegs); in createFastRegisterAllocator()
161 "regallocfast", "RegAllocFast",
424 SRCS_MIN+= CodeGen/RegAllocFast.cpp