search for: relong

Displaying 1 result from an estimated 1 matches for "relong".

Did you mean: belong
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...} + } + SmallVector<ReturnInst*, 8> Returns; + CloneFunctionInto(NF, OF, VMap, true, Returns); + + OF->deleteBody(); + } + + IPOPartition *NewPart = IPOPartMgr.CreateIPOPart(NewMod); + + // We have to save the module to disk such that next time it's loaded + // it relong to different context. + NewPart->SaveBitCode(); + + return NewPart; +} + +void ModPartXform::PerformTransform() { + for (ModPartSchemeMgr::iterator I = PartSchemeMgr.begin(), + E = PartSchemeMgr.end(); I != E; I++) + (void)PerformTransform(**I); + + IPOPartition *MP = IPOPartMgr...