Searched defs:BDCE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp1 //===---- BDCE.cpp - Bit-tracking dead code elimination -------------------===//
46 struct BDCE : public FunctionPass { struct in namespace:__anon11006
48 BDCE() : FunctionPass(ID) { function in struct:__anon11006::BDCE
71 char BDCE::ID = 0;
72 INITIALIZE_PASS_BEGIN(BDCE, "bdce", "Bit-Tracking Dead Code Elimination",
76 INITIALIZE_PASS_END(BDCE, "bdce", "Bit-Tracking Dead Code Elimination",
84 void BDCE::determineLiveOperandBits(const Instruction *UserI,
261 bool BDCE::runOnFunction(Function& F) {
279 DEBUG(dbgs() << "BDCE: Root: " << I << "\n");
311 DEBUG(dbgs() << "BDCE
[all...]

Completed in 70 milliseconds