Home
last modified time | relevance | path

Searched refs:SectionCBVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4364 llvm::SmallVector<BodyGenCallbackTy, 4> SectionCBVector; in TEST_F() local
4369 SectionCBVector.push_back(SectionCB); in TEST_F()
4376 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4392 llvm::SmallVector<BodyGenCallbackTy, 4> SectionCBVector; in TEST_F() local
4425 SectionCBVector.push_back(SectionCB); in TEST_F()
4426 SectionCBVector.push_back(SectionCB); in TEST_F()
4430 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4511 llvm::SmallVector<BodyGenCallbackTy, 4> SectionCBVector; in TEST_F() local
4517 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4077 llvm::SmallVector<BodyGenCallbackTy, 4> SectionCBVector; in EmitOMPSectionsDirective() local
4085 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4093 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4114 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(), in EmitOMPSectionsDirective()