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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp37 struct ConstantPropagation : public FunctionPass { struct in namespace:__anon2760
39 ConstantPropagation() : FunctionPass(ID) { function in struct:__anon2760::ConstantPropagation
52 char ConstantPropagation::ID = 0;
53 INITIALIZE_PASS_BEGIN(ConstantPropagation, "constprop",
56 INITIALIZE_PASS_END(ConstantPropagation, "constprop",
60 return new ConstantPropagation();
63 bool ConstantPropagation::runOnFunction(Function &F) {

Completed in 41 milliseconds