Home
last modified time | relevance | path

Searched refs:customPassID (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp93 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()
121 char *customPassID; member in __anon4cb6f5b20111::RegAllocPBQP
507 if (customPassID) in getAnalysisUsage()
508 au.addRequiredID(*customPassID); in getAnalysisUsage()
881 FunctionPass *llvm::createPBQPRegisterAllocator(char *customPassID) { in createPBQPRegisterAllocator() argument
882 return new RegAllocPBQP(customPassID); in createPBQPRegisterAllocator()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h594 createPBQPRegisterAllocator(char *customPassID = nullptr);