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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp9 // This file defines the RAGreedy function pass for register allocation in
144 class RAGreedy : public MachineFunctionPass, class in namespace:__anon3553
409 RAGreedy();
414 /// RAGreedy analysis usage.
553 char RAGreedy::ID = 0;
554 char &llvm::RAGreedyID = RAGreedy::ID;
556 INITIALIZE_PASS_BEGIN(RAGreedy, "greedy",
571 INITIALIZE_PASS_END(RAGreedy, "greedy",
575 const char *const RAGreedy::StageName[] = {
591 return new RAGreedy();
594 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { function in class:__anon3553::RAGreedy
[all...]

Completed in 94 milliseconds