reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 FunctionPass *createFastRegisterAllocator();
33 (void) llvm::createFastRegisterAllocator();
lib/CodeGen/RegAllocFast.cpp 59 fastRegAlloc("fast", "fast register allocator", createFastRegisterAllocator);
lib/CodeGen/TargetPassConfig.cpp1069 return createFastRegisterAllocator(); 1096 RegAlloc != &createFastRegisterAllocator)