HomeSort by relevance Sort by last modified time
    Searched refs:RAGreedy (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 10 // This file defines the RAGreedy function pass for register allocation in
67 class RAGreedy : public MachineFunctionPass,
229 RAGreedy();
236 /// RAGreedy analysis usage.
284 char RAGreedy::ID = 0;
287 const char *const RAGreedy::StageName[] = {
303 return new RAGreedy();
306 RAGreedy::RAGreedy(): MachineFunctionPass(ID) {
322 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 10 // This file defines the RAGreedy function pass for register allocation in
108 class RAGreedy : public MachineFunctionPass,
318 RAGreedy();
325 /// RAGreedy analysis usage.
423 char RAGreedy::ID = 0;
426 const char *const RAGreedy::StageName[] = {
443 return new RAGreedy();
446 RAGreedy::RAGreedy(): MachineFunctionPass(ID) {
462 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]

Completed in 85 milliseconds