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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp34 /// IPCP - The interprocedural constant propagation pass
36 struct IPCP : public ModulePass { struct in namespace:__anon10537
38 IPCP() : ModulePass(ID) { function in struct:__anon10537::IPCP
49 char IPCP::ID = 0;
50 INITIALIZE_PASS(IPCP, "ipconstprop",
53 ModulePass *llvm::createIPConstantPropagationPass() { return new IPCP(); }
55 bool IPCP::runOnModule(Module &M) {
80 bool IPCP::PropagateConstantsIntoArguments(Function &F) {
159 bool IPCP::PropagateConstantReturn(Function &F) {
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c293 #define IPCP "IPCP" macro
950 { COMMENT, "--- " IPCP ": ---", NULL, NULL, NULL },
951 { SC_10_1, NETPROP PPP, IPCP COMPRESSIONVJ, NULL, CFNUMBER_BOOL },
952 { SC_10_4, NETPROP PPP, IPCP USE PEER DNS, NULL, CFNUMBER_BOOL },

Completed in 173 milliseconds