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

Declarations

include/llvm/CodeGen/Passes.h
  162   FunctionPass *createFastRegisterAllocator();

References

include/llvm/CodeGen/LinkAllCodegenComponents.h
   33       (void) llvm::createFastRegisterAllocator();
lib/CodeGen/RegAllocFast.cpp
   59   fastRegAlloc("fast", "fast register allocator", createFastRegisterAllocator);
lib/CodeGen/TargetPassConfig.cpp
 1069     return createFastRegisterAllocator();
 1096       RegAlloc != &createFastRegisterAllocator)