Home
last modified time | relevance | path

Searched refs:cPassID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp87 RegAllocPBQP(std::auto_ptr<PBQPBuilder> b, char *cPassID=0) in RegAllocPBQP() argument
88 : MachineFunctionPass(ID), builder(b), customPassID(cPassID) { in RegAllocPBQP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp122 RegAllocPBQP(char *cPassID = nullptr) in RegAllocPBQP() argument
123 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp93 RegAllocPBQP(char *cPassID = nullptr) in RegAllocPBQP() argument
94 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()