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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp10 // This file defines the RAGreedy function pass for register allocation in
99 class RAGreedy : public MachineFunctionPass, class in namespace:__anon25792
300 RAGreedy();
307 /// RAGreedy analysis usage.
384 char RAGreedy::ID = 0;
387 const char *const RAGreedy::StageName[] = {
403 return new RAGreedy();
406 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { function in class:__anon25792::RAGreedy
422 void RAGreedy
[all...]

Completed in 381 milliseconds