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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1 //===- RegAllocFast.cpp - A fast register allocator for debug code --------===//
64 class RegAllocFast : public MachineFunctionPass { class in namespace:__anon3551
68 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} function in class:__anon3551::RegAllocFast
237 char RegAllocFast::ID = 0;
239 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,
242 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) {
248 int RegAllocFast::getStackSpaceFor(Register VirtReg) {
267 bool RegAllocFast::mayLiveOut(Register VirtReg) {
296 bool RegAllocFast::mayLiveIn(Register VirtReg) {
315 void RegAllocFast
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile342 SRCS_MIN+= CodeGen/RegAllocFast.cpp

Completed in 166 milliseconds