Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3962 InsertPointTy BodyIP, BodyAllocaIP; in TEST_F() local
3980 BodyIP = Builder.saveIP(); in TEST_F()
4027 OMPBuilder.createReductions(BodyIP, BodyAllocaIP, ReductionInfos); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2195 [&](InsertPointTy BodyIP, Value *Counter) { DispatchCounter = Counter; }, in applyStaticChunkedWorkshareLoop() argument