Lines Matching refs:CodeGenIP

209     auto LoopBodyGenCB = [&](OpenMPIRBuilder::InsertPointTy CodeGenIP,  in buildSingleLoopFunction()
211 Builder.restoreIP(CodeGenIP); in buildSingleLoopFunction()
609 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
616 Builder.restoreIP(CodeGenIP); in TEST_F()
621 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
625 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
633 return CodeGenIP; in TEST_F()
645 Builder.restoreIP(CodeGenIP); in TEST_F()
647 return CodeGenIP; in TEST_F()
650 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F() argument
712 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
716 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
724 Builder.restoreIP(CodeGenIP); in TEST_F()
726 return CodeGenIP; in TEST_F()
729 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F() argument
731 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
733 Builder.restoreIP(CodeGenIP); in TEST_F()
734 BasicBlock *CGBB = CodeGenIP.getBlock(); in TEST_F()
735 BasicBlock *NewBB = SplitBlock(CGBB, &*CodeGenIP.getPoint()); in TEST_F()
806 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
810 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
818 Builder.restoreIP(CodeGenIP); in TEST_F()
820 return CodeGenIP; in TEST_F()
823 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F() argument
825 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
827 Builder.restoreIP(CodeGenIP); in TEST_F()
828 BasicBlock *CGBB = CodeGenIP.getBlock(); in TEST_F()
829 BasicBlock *NewBB1 = SplitBlock(CGBB, &*CodeGenIP.getPoint()); in TEST_F()
917 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
924 Builder.restoreIP(CodeGenIP); in TEST_F()
933 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
941 return CodeGenIP; in TEST_F()
953 Builder.restoreIP(CodeGenIP); in TEST_F()
955 return CodeGenIP; in TEST_F()
958 auto FiniCB = [&](InsertPointTy CodeGenIP) { in TEST_F() argument
1038 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
1041 Builder.restoreIP(CodeGenIP); in TEST_F()
1169 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
1171 Builder.restoreIP(CodeGenIP); in TEST_F()
1177 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in TEST_F()
1180 return CodeGenIP; in TEST_F()
1212 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) { in TEST_F() argument
1215 Builder.restoreIP(CodeGenIP); in TEST_F()
1219 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
1276 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {}; in TEST_F() argument
1702 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {}; in TEST_F() argument
2333 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2341 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2342 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2345 Builder.restoreIP(CodeGenIP); in TEST_F()
2410 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2418 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2419 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2422 Builder.restoreIP(CodeGenIP); in TEST_F()
2486 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2488 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2489 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2493 Builder.restoreIP(CodeGenIP); in TEST_F()
2727 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2728 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2729 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2732 Builder.restoreIP(CodeGenIP); in TEST_F()
2798 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2799 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2800 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2803 Builder.restoreIP(CodeGenIP); in TEST_F()
2902 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2910 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
2911 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
2914 Builder.restoreIP(CodeGenIP); in TEST_F()
2992 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
3000 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); in TEST_F()
3001 llvm::Instruction *CodeGenIPInst = &*CodeGenIP.getPoint(); in TEST_F()
3004 Builder.restoreIP(CodeGenIP); in TEST_F()
3963 auto BodyGenCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
3965 Builder.restoreIP(CodeGenIP); in TEST_F()
3988 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4000 return CodeGenIP; in TEST_F()
4003 Builder.restoreIP(CodeGenIP); in TEST_F()
4014 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F() argument
4202 InsertPointTy CodeGenIP) { in TEST_F() argument
4204 Builder.restoreIP(CodeGenIP); in TEST_F()
4222 InsertPointTy CodeGenIP) { in TEST_F() argument
4224 Builder.restoreIP(CodeGenIP); in TEST_F()
4244 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4256 return CodeGenIP; in TEST_F()
4259 Builder.restoreIP(CodeGenIP); in TEST_F()
4270 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F() argument
4368 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4371 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4373 llvm::Value *&ReplVal) { return CodeGenIP; }; in TEST_F() argument
4409 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4411 CaseBBs.push_back(CodeGenIP.getBlock()); in TEST_F()
4412 SwitchBB = CodeGenIP.getBlock()->getSinglePredecessor(); in TEST_F()
4413 Builder.restoreIP(CodeGenIP); in TEST_F()
4419 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4422 return CodeGenIP; in TEST_F()
4512 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4514 llvm::Value *&ReplVal) { return CodeGenIP; }; in TEST_F() argument
4716 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4721 Builder.restoreIP(CodeGenIP); in TEST_F()
4732 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
4826 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4876 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4938 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4943 Builder.restoreIP(CodeGenIP); in TEST_F()
4955 CodeGenIP.getBlock()->getTerminator(), in TEST_F()
5024 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5030 Builder.restoreIP(CodeGenIP); in TEST_F()
5031 auto TaskBodyGenCB1 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5032 Builder.restoreIP(CodeGenIP); in TEST_F()
5041 auto TaskBodyGenCB2 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5042 Builder.restoreIP(CodeGenIP); in TEST_F()