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

/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp35 /// IPCP - The interprocedural constant propagation pass
37 struct IPCP : public ModulePass { struct in namespace:__anon26230
39 IPCP() : ModulePass(ID) { function in struct:__anon26230::IPCP
50 char IPCP::ID = 0;
51 INITIALIZE_PASS(IPCP, "ipconstprop",
54 ModulePass *llvm::createIPConstantPropagationPass() { return new IPCP(); }
56 bool IPCP::runOnModule(Module &M) {
81 bool IPCP::PropagateConstantsIntoArguments(Function &F) {
160 bool IPCP::PropagateConstantReturn(Function &F) {

Completed in 73 milliseconds