Searched refs:InnerAllocaIP (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 3963 auto BodyGenCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument 3981 BodyAllocaIP = InnerAllocaIP; in TEST_F() 3988 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F() 3991 Builder.restoreIP(InnerAllocaIP); in TEST_F() 4201 auto FirstBodyGenCB = [&](InsertPointTy InnerAllocaIP, in TEST_F() 4217 FirstBodyAllocaIP = InnerAllocaIP; in TEST_F() 4221 auto SecondBodyGenCB = [&](InsertPointTy InnerAllocaIP, in TEST_F() argument 4235 SecondBodyAllocaIP = InnerAllocaIP; in TEST_F() 4244 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F() argument 4247 Builder.restoreIP(InnerAllocaIP); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 964 InsertPointTy InnerAllocaIP = Builder.saveIP(); in createParallel() local 996 BodyGenCB(InnerAllocaIP, CodeGenIP); in createParallel() 1175 Builder.restoreIP(InnerAllocaIP); in createParallel() 1185 PrivCB(InnerAllocaIP, Builder.saveIP(), V, *Inner, ReplacementValue)); in createParallel() 1202 InnerAllocaIP = IRBuilder<>::InsertPoint( in createParallel()
|