Lines Matching refs:InsertPointTy
918 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in mergeParallelRegions() typedef
940 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
950 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
951 Value &Inner, Value *&ReplacementValue) -> InsertPointTy { in mergeParallelRegions()
956 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
979 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
988 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
1029 InsertPointTy(ParentBB, ParentBB->end()), DL); in mergeParallelRegions()
1030 InsertPointTy SeqAfterIP = in mergeParallelRegions()
1098 OpenMPIRBuilder::LocationDescription Loc(InsertPointTy(BB, BB->end()), in mergeParallelRegions()
1105 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions()
1144 InsertPointTy(NewCI->getParent(), in mergeParallelRegions()
1835 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
3409 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in changeToSPMDMode() typedef
3505 InsertPointTy(ParentBB, ParentBB->end()), DL); in changeToSPMDMode()
3517 InsertPointTy(RegionCheckTidBB, RegionCheckTidBB->end()), DL); in changeToSPMDMode()
3536 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in changeToSPMDMode()