Searched refs:BDCELegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp178 struct BDCELegacyPass : public FunctionPass { struct in namespace:__anon4609
180 BDCELegacyPass() : FunctionPass(ID) { function in struct:__anon4609::BDCELegacyPass
199 char BDCELegacyPass::ID = 0;
200 INITIALIZE_PASS_BEGIN(BDCELegacyPass, "bdce",
203 INITIALIZE_PASS_END(BDCELegacyPass, "bdce",
206 FunctionPass *llvm::createBitTrackingDCEPass() { return new BDCELegacyPass(); }

Completed in 62 milliseconds