Lines Matching defs:CodeGenIP
1756 InsertPointTy CodeGenIP, Twine RegionName) {
1758 Builder.restoreIP(CodeGenIP);
1773 InsertPointTy CodeGenIP, Twine RegionName) {
1775 Builder.restoreIP(CodeGenIP);
1819 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1825 return CodeGenIP;
1832 InsertPointTy CodeGenIP) {
1834 *this, ParallelRegionBodyStmt, AllocaIP, CodeGenIP, "parallel");
2120 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP,
2122 Builder.restoreIP(CodeGenIP);
4275 InsertPointTy CodeGenIP) {
4277 *this, SubStmt, AllocaIP, CodeGenIP, "section");
4284 InsertPointTy CodeGenIP) {
4286 *this, CapturedStmt, AllocaIP, CodeGenIP, "section");
4296 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
4302 return CodeGenIP;
4343 InsertPointTy CodeGenIP) {
4345 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section");
4428 InsertPointTy CodeGenIP) {
4430 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master");
4478 InsertPointTy CodeGenIP) {
4480 *this, MaskedRegionBodyStmt, AllocaIP, CodeGenIP, "masked");
4521 InsertPointTy CodeGenIP) {
4523 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical");
5489 InsertPointTy CodeGenIP) {
5490 Builder.restoreIP(CodeGenIP);
6078 InsertPointTy CodeGenIP) {
6079 Builder.restoreIP(CodeGenIP);
6092 OMPBuilderCBHelpers::EmitCaptureStmt(*this, CodeGenIP, *FiniBB,
6096 *this, CS->getCapturedStmt(), AllocaIP, CodeGenIP, "ordered");