Lines Matching refs:InsertPointTy
825 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in mergeParallelRegions() typedef
847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions()
858 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
859 Value &Inner, Value *&ReplacementValue) -> InsertPointTy { in mergeParallelRegions()
864 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
887 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions()
897 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
938 InsertPointTy(ParentBB, ParentBB->end()), DL); in mergeParallelRegions()
939 InsertPointTy SeqAfterIP = in mergeParallelRegions()
1006 OpenMPIRBuilder::LocationDescription Loc(InsertPointTy(BB, BB->end()), in mergeParallelRegions()
1013 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions()
1055 InsertPointTy(NewCI->getParent(), in mergeParallelRegions()
1537 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()