Lines Matching defs:InsertPointTy
51 [&cb](InsertPointTy IP) -> Error { \
57 [&cb](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) -> Error { \
63 [&cb](InsertPointTy CodeGenIP, Value *LC) -> Error { \
249 auto LoopBodyGenCB = [&](OpenMPIRBuilder::InsertPointTy CodeGenIP,
409 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
415 auto FiniCB = [&](InsertPointTy IP) {
425 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, NewIP,
477 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
483 auto FiniCB = [&](InsertPointTy IP) {
494 OpenMPIRBuilder::InsertPointTy, NewIP,
552 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
558 auto FiniCB = [&](InsertPointTy IP) {
568 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, NewIP,
643 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
665 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
682 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
684 Value *&ReplacementValue) -> InsertPointTy {
707 auto FiniCB = [&](InsertPointTy CodeGenIP) {
714 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
760 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
778 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
795 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
797 Value *&ReplacementValue) -> InsertPointTy {
820 auto FiniCB = [&](InsertPointTy CodeGenIP) {
827 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
870 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
886 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
891 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
893 Value *&ReplacementValue) -> InsertPointTy {
904 auto FiniCB = [&](InsertPointTy CodeGenIP) {
909 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
917 OpenMPIRBuilder::InsertPointTy, AfterIP,
918 OMPBuilder.createParallel(InsertPointTy(CGBB, CGBB->end()), AllocaIP,
928 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
971 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
987 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
992 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
994 Value *&ReplacementValue) -> InsertPointTy {
1005 auto FiniCB = [&](InsertPointTy CodeGenIP) {
1010 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1022 OpenMPIRBuilder::InsertPointTy, AfterIP1,
1023 OMPBuilder.createParallel(InsertPointTy(CGBB, CGBB->end()), AllocaIP,
1030 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP2,
1032 InsertPointTy(NewBB1, NewBB1->end()), AllocaIP,
1042 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
1090 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1108 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1125 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1127 Value *&ReplacementValue) -> InsertPointTy {
1150 auto FiniCB = [&](InsertPointTy CodeGenIP) {
1159 OpenMPIRBuilder::InsertPointTy, AfterIP,
1198 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1215 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1224 OpenMPIRBuilder::InsertPointTy, BarrierIP1,
1238 OpenMPIRBuilder::InsertPointTy, BarrierIP2,
1250 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, BarrierIP3,
1261 auto PrivCB = [&](InsertPointTy, InsertPointTy, Value &V, Value &,
1262 Value *&) -> InsertPointTy {
1273 auto FiniCB = [&](InsertPointTy IP) {
1283 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
1327 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1352 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1361 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &,
1366 auto FiniCB = [](InsertPointTy) { return Error::success(); };
1370 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
1387 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1395 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {
1445 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1461 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {
1523 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1543 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()};
1552 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP, Value *OuterLC) {
1557 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP,
1666 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1678 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP,
1680 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP,
1755 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1776 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()};
1778 InsertPointTy LoopIP{LoopNextEnter, LoopNextEnter->begin()};
1784 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP,
1786 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP,
1891 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
1910 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {
1918 InsertPointTy AfterIP = Loop->getAfterIP();
2359 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2370 InsertPointTy AllocaIP = Builder.saveIP();
2376 auto LoopBodyGen = [&](InsertPointTy, Value *) { return Error::success(); };
2387 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
2430 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2441 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {
2454 InsertPointTy AllocaIP = Builder.saveIP();
2535 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2550 InsertPointTy AllocaIP{&F->getEntryBlock(),
2614 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2643 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {
2653 InsertPointTy AllocaIP = Builder.saveIP();
2657 InsertPointTy AfterIP = CLI->getAfterIP();
2664 OpenMPIRBuilder::InsertPointTy, EndIP,
2777 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2790 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {
2800 InsertPointTy AllocaIP = Builder.saveIP();
2810 OpenMPIRBuilder::InsertPointTy, EndIP,
2861 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2874 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
2898 auto FiniCB = [&](InsertPointTy IP) {
2903 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
2942 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
2955 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
2979 auto FiniCB = [&](InsertPointTy IP) {
2985 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
3024 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3034 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3048 auto FiniCB = [&](InsertPointTy IP) {
3055 OpenMPIRBuilder::InsertPointTy, AfterIP,
3104 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3113 InsertPointTy AllocaIP(&F->getEntryBlock(),
3189 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3198 InsertPointTy AllocaIP(&F->getEntryBlock(),
3274 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3285 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3297 auto FiniCB = [&](InsertPointTy IP) {
3305 OpenMPIRBuilder::InsertPointTy, AfterIP,
3348 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3359 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3371 auto FiniCB = [&](InsertPointTy IP) {
3379 OpenMPIRBuilder::InsertPointTy, AfterIP,
3453 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3466 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3490 auto FiniCB = [&](InsertPointTy IP) {
3496 OpenMPIRBuilder::InsertPointTy, AfterIP,
3546 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3559 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3583 auto FiniCB = [&](InsertPointTy IP) {
3589 OpenMPIRBuilder::InsertPointTy, AfterIP,
3659 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
3680 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
3704 auto FiniCB = [&](InsertPointTy IP) {
3711 OpenMPIRBuilder::InsertPointTy, AfterIP,
3968 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB,
3976 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4038 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB,
4046 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4107 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB,
4115 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4184 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB,
4190 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4521 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4532 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4555 OpenMPIRBuilder::InsertPointTy, AfterIP,
4601 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4613 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4620 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4657 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4669 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4677 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4714 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4731 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4740 OpenMPIRBuilder::InsertPointTy, AfterIP,
4774 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4798 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4805 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4840 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4855 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4863 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
4903 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
4922 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
4930 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
5068 static OpenMPIRBuilder::InsertPointTy
5069 sumReduction(OpenMPIRBuilder::InsertPointTy IP, Value *LHS, Value *RHS,
5076 static OpenMPIRBuilder::InsertPointTy
5077 sumAtomicReduction(OpenMPIRBuilder::InsertPointTy IP, Type *Ty, Value *LHS,
5086 static OpenMPIRBuilder::InsertPointTy
5087 xorReduction(OpenMPIRBuilder::InsertPointTy IP, Value *LHS, Value *RHS,
5094 static OpenMPIRBuilder::InsertPointTy
5095 xorAtomicReduction(OpenMPIRBuilder::InsertPointTy IP, Type *Ty, Value *LHS,
5105 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5118 InsertPointTy OuterAllocaIP(&F->getEntryBlock(),
5139 InsertPointTy BodyIP, BodyAllocaIP;
5140 auto BodyGenCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP) {
5166 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP,
5192 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); };
5195 OpenMPIRBuilder::InsertPointTy, AfterIP,
5349 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5362 InsertPointTy OuterAllocaIP(&F->getEntryBlock(),
5379 InsertPointTy FirstBodyIP, FirstBodyAllocaIP;
5380 auto FirstBodyGenCB = [&](InsertPointTy InnerAllocaIP,
5381 InsertPointTy CodeGenIP) {
5400 InsertPointTy SecondBodyIP, SecondBodyAllocaIP;
5401 auto SecondBodyGenCB = [&](InsertPointTy InnerAllocaIP,
5402 InsertPointTy CodeGenIP) {
5425 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP,
5451 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); };
5454 OpenMPIRBuilder::InsertPointTy, AfterIP1,
5461 OpenMPIRBuilder::InsertPointTy, AfterIP2,
5541 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5556 auto FiniCB = [&](InsertPointTy IP) { return Error::success(); };
5557 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
5562 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
5567 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
5577 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5596 auto FiniCB = [&](InsertPointTy IP) {
5602 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
5613 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
5624 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
5694 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5709 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
5712 auto FiniCB = [&](InsertPointTy IP) { return Error::success(); };
5714 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
5913 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5915 [&](InsertPointTy codeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & {
5939 OpenMPIRBuilder::InsertPointTy, AfterIP,
5975 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
5977 [&](InsertPointTy codeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & {
6001 OpenMPIRBuilder::InsertPointTy, AfterIP,
6044 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
6046 [&](InsertPointTy codeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & {
6084 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) {
6112 OpenMPIRBuilder::InsertPointTy, TargetDataIP1,
6130 auto BodyTargetCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) {
6140 OpenMPIRBuilder::InsertPointTy, TargetDataIP2,
6173 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
6190 auto BodyGenCB = [&](InsertPointTy AllocaIP,
6191 InsertPointTy CodeGenIP) -> InsertPointTy {
6207 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
6208 llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP) {
6233 auto GenMapInfoCB = [&](llvm::OpenMPIRBuilder::InsertPointTy codeGenIP)
6250 OpenMPIRBuilder::InsertPointTy, AfterIP,
6362 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
6363 llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP) {
6388 auto GenMapInfoCB = [&](llvm::OpenMPIRBuilder::InsertPointTy codeGenIP)
6394 auto BodyGenCB = [&](OpenMPIRBuilder::InsertPointTy AllocaIP,
6395 OpenMPIRBuilder::InsertPointTy CodeGenIP)
6396 -> OpenMPIRBuilder::InsertPointTy {
6413 OpenMPIRBuilder::InsertPointTy, AfterIP,
6527 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
6540 auto BodyGenCB = [&](InsertPointTy,
6541 InsertPointTy CodeGenIP) -> InsertPointTy {
6547 OpenMPIRBuilder::InsertPointTy,
6548 OpenMPIRBuilder::InsertPointTy CodeGenIP) {
6556 [&](OpenMPIRBuilder::InsertPointTy) -> OpenMPIRBuilder::MapInfosTy & {
6569 OpenMPIRBuilder::InsertPointTy, AfterIP,
6642 OpenMPIRBuilder::InsertPointTy,
6643 OpenMPIRBuilder::InsertPointTy CodeGenIP) {
6650 [&](OpenMPIRBuilder::InsertPointTy) -> OpenMPIRBuilder::MapInfosTy & {
6654 auto BodyGenCB = [&](OpenMPIRBuilder::InsertPointTy,
6655 OpenMPIRBuilder::InsertPointTy CodeGenIP)
6656 -> OpenMPIRBuilder::InsertPointTy {
6672 OpenMPIRBuilder::InsertPointTy, AfterIP,
6733 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
6734 llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP) {
6759 auto GenMapInfoCB = [&](llvm::OpenMPIRBuilder::InsertPointTy codeGenIP)
6767 auto BodyGenCB = [&](OpenMPIRBuilder::InsertPointTy AllocaIP,
6768 OpenMPIRBuilder::InsertPointTy CodeGenIP)
6769 -> OpenMPIRBuilder::InsertPointTy {
6787 OpenMPIRBuilder::InsertPointTy, AfterIP,
6881 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
6893 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
6917 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
6919 OpenMPIRBuilder::InsertPointTy, AfterIP,
6921 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),
7014 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7021 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7028 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
7030 OpenMPIRBuilder::InsertPointTy, AfterIP,
7032 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),
7050 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7056 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7062 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
7064 OpenMPIRBuilder::InsertPointTy, AfterIP,
7066 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),
7086 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7092 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7098 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
7107 OpenMPIRBuilder::InsertPointTy, AfterIP,
7109 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),
7166 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7172 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7182 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
7224 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7230 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7240 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, AfterIP,
7295 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7309 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7334 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
7336 OpenMPIRBuilder::InsertPointTy, AfterIP,
7338 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),
7393 using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
7400 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7407 auto TaskBodyGenCB1 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7416 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, TaskIP1,
7420 auto TaskBodyGenCB2 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
7429 ASSERT_EXPECTED_INIT(OpenMPIRBuilder::InsertPointTy, TaskIP2,
7437 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL);
7439 OpenMPIRBuilder::InsertPointTy, AfterIP,
7441 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()),