Searched refs:customPassID (Results 1 – 2 of 2) sorted by relevance
122 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()151 char *customPassID; member in __anon9a6f38670111::RegAllocPBQP552 if (customPassID) in getAnalysisUsage()553 au.addRequiredID(*customPassID); in getAnalysisUsage()948 FunctionPass *llvm::createPBQPRegisterAllocator(char *customPassID) { in createPBQPRegisterAllocator() argument949 return new RegAllocPBQP(customPassID); in createPBQPRegisterAllocator()
534 createPBQPRegisterAllocator(char *customPassID = nullptr);