Searched defs:BDCELegacyPass (Results 1 – 1 of 1) sorted by relevance
84 struct BDCELegacyPass : public FunctionPass { struct85 static char ID; // Pass identification, replacement for typeid86 BDCELegacyPass() : FunctionPass(ID) { in BDCELegacyPass() argument90 bool runOnFunction(Function &F) override { in runOnFunction()97 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()