Searched defs:BDCELegacyPass (Results 1 – 1 of 1) sorted by relevance
177 struct BDCELegacyPass : public FunctionPass { struct178 static char ID; // Pass identification, replacement for typeid179 BDCELegacyPass() : FunctionPass(ID) { in BDCELegacyPass() function183 bool runOnFunction(Function &F) override { in runOnFunction()190 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()