Home | History | Annotate | Download | only in Orc

Lines Matching defs:MP

126   FullyPartitionedModule MP;
136 MP.Functions.push_back(
138 MP.Functions.back()->setDataLayout(M.getDataLayout());
139 PMap[MP.Functions.back().get()].insert(&F);
142 MP.GlobalVars =
145 MP.GlobalVars->setDataLayout(M.getDataLayout());
147 MP.Commons =
149 MP.Commons->setDataLayout(M.getDataLayout());
153 PMap[MP.GlobalVars.get()] = ModulePartitionMap::mapped_type();
156 PMap[MP.Commons.get()].insert(&GV);
158 PMap[MP.GlobalVars.get()].insert(&GV);
162 return MP;