Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp394 class RegAllocFast : public MachineFunctionPass { class
400 RegAllocFast(const RegAllocFilterFunc F = nullptr, bool ClearVirtRegs_ = true) in RegAllocFast() function in __anonaa58e9000111::RegAllocFast
436 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()
/src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def161 "regallocfast", "RegAllocFast",
/src/lib/clang/libllvm/
H A DMakefile424 SRCS_MIN+= CodeGen/RegAllocFast.cpp