Lines Matching defs:CodeGenIP
1722 InsertPointTy CodeGenIP, Twine RegionName) {
1724 Builder.restoreIP(CodeGenIP);
1739 InsertPointTy CodeGenIP, Twine RegionName) {
1741 Builder.restoreIP(CodeGenIP);
1784 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1790 return CodeGenIP;
1797 InsertPointTy CodeGenIP) {
1799 *this, ParallelRegionBodyStmt, AllocaIP, CodeGenIP, "parallel");
2082 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP,
2084 Builder.restoreIP(CodeGenIP);
4184 InsertPointTy CodeGenIP) {
4186 *this, SubStmt, AllocaIP, CodeGenIP, "section");
4192 InsertPointTy CodeGenIP) {
4194 *this, CapturedStmt, AllocaIP, CodeGenIP, "section");
4203 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
4209 return CodeGenIP;
4247 InsertPointTy CodeGenIP) {
4249 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section");
4328 InsertPointTy CodeGenIP) {
4330 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master");
4374 InsertPointTy CodeGenIP) {
4376 *this, MaskedRegionBodyStmt, AllocaIP, CodeGenIP, "masked");
4414 InsertPointTy CodeGenIP) {
4416 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical");
5377 InsertPointTy CodeGenIP) {
5378 Builder.restoreIP(CodeGenIP);
5952 InsertPointTy CodeGenIP) {
5953 Builder.restoreIP(CodeGenIP);
5966 OMPBuilderCBHelpers::EmitCaptureStmt(*this, CodeGenIP, *FiniBB,
5970 *this, CS->getCapturedStmt(), AllocaIP, CodeGenIP, "ordered");