reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/Passes.h
  172   FunctionPass *createGreedyRegisterAllocator();

References

include/llvm/CodeGen/LinkAllCodegenComponents.h
   35       (void) llvm::createGreedyRegisterAllocator();
lib/CodeGen/RegAllocGreedy.cpp
  146                                        createGreedyRegisterAllocator);
lib/CodeGen/TargetPassConfig.cpp
 1067     return createGreedyRegisterAllocator();