Lines Matching refs:InsertPointTy
122 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
128 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
177 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
183 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
238 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
244 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
328 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
342 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
362 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
364 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
387 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
432 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
444 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
449 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
451 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
462 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
464 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
474 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
525 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
537 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
542 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
544 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
555 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
557 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
570 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
577 InsertPointTy(NewBB1, NewBB1->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
633 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
647 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
667 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
669 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
692 auto FiniCB = [&](InsertPointTy CodeGenIP) { in TEST_F()
754 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
767 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
808 auto PrivCB = [&](InsertPointTy, InsertPointTy, Value &V, Value &, in TEST_F()
809 Value *&) -> InsertPointTy { in TEST_F() argument
820 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
871 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
897 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
906 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in TEST_F()
911 auto FiniCB = [](InsertPointTy) {}; in TEST_F() argument
945 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
953 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) { in TEST_F()
1001 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1017 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {}; in TEST_F()
1075 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1085 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {}; in TEST_F() argument
1092 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F()
1168 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1182 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
1207 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
1247 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1259 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
1277 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
1361 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1375 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
1400 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()