Searched defs:NVPTXLowerAggrCopies (Results 1 – 2 of 2) sorted by relevance
39 struct NVPTXLowerAggrCopies : public FunctionPass { struct40 static char ID;42 NVPTXLowerAggrCopies() : FunctionPass(ID) {} in NVPTXLowerAggrCopies() function44 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()51 static const unsigned MaxAggrCopySize = 128;53 StringRef getPassName() const override { in getPassName()
38 struct NVPTXLowerAggrCopies : public FunctionPass { struct39 static char ID;41 NVPTXLowerAggrCopies() : FunctionPass(ID) {} in NVPTXLowerAggrCopies() function43 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()50 static const unsigned MaxAggrCopySize = 128;52 const char *getPassName() const override { in getPassName()